Browse Source

punk9wintk905.vfs: carry tdom 0.9.6 (punk kits need rest-class tcllib deps)

The 905-era vfs was created without tdom while its predecessors
(punk9wintk903/90b2) and the bi vfs (punk9win_for_tkruntime) all carry it -
so punk905/punk9_beta kits could not load punk::netbox-class libs and
'package require rest' failed on the missing dep before ever reaching the
tcllib pkgIndex skew. User direction: bi kits AND plain punk executables
both carry tdom (bi may stay conservative, punk kits may advance later).
Copied verbatim from punk9win_for_tkruntime.vfs (slim variant, no HTML
docs, dual-generation pkgIndex; its tcl9tdom096.dll is live-proven in the
deployed punk9bi_beta today). Reaches kits at the next bake; CHANGELOG
entry rides the pre-bake version bump.

Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.com
master
Julian Noble 2 days ago
parent
commit
8db289fd57
  1. BIN
      src/vfs/punk9wintk905.vfs/lib_tcl9/tdom0.9.6/libtdomstub.a
  2. 12
      src/vfs/punk9wintk905.vfs/lib_tcl9/tdom0.9.6/pkgIndex.tcl
  3. BIN
      src/vfs/punk9wintk905.vfs/lib_tcl9/tdom0.9.6/tcl9tdom096.dll
  4. 1101
      src/vfs/punk9wintk905.vfs/lib_tcl9/tdom0.9.6/tdom.tcl

BIN
src/vfs/punk9wintk905.vfs/lib_tcl9/tdom0.9.6/libtdomstub.a

Binary file not shown.

12
src/vfs/punk9wintk905.vfs/lib_tcl9/tdom0.9.6/pkgIndex.tcl

@ -0,0 +1,12 @@
#
# Tcl package index file
#
if {[package vsatisfies [package provide Tcl] 9.0-]} {
package ifneeded tdom 0.9.6 \
"[list load [file join $dir tcl9tdom096.dll]];
[list source [file join $dir tdom.tcl]]"
} else {
package ifneeded tdom 0.9.6 \
"[list load [file join $dir tdom096.dll]];
[list source [file join $dir tdom.tcl]]"
}

BIN
src/vfs/punk9wintk905.vfs/lib_tcl9/tdom0.9.6/tcl9tdom096.dll

Binary file not shown.

1101
src/vfs/punk9wintk905.vfs/lib_tcl9/tdom0.9.6/tdom.tcl

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save