Browse Source
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.commaster
4 changed files with 1113 additions and 0 deletions
Binary file not shown.
@ -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]]" |
||||
} |
||||
Binary file not shown.
Loading…
Reference in new issue