Browse Source
Completes the user's conversion of punk::mix::base from manual versioning to the magic-version mechanism: header Meta block + magic provide block in base-999999.0a1.0.tm, version history relocated to the new base-buildversion.txt (0.1.2 - same version, mechanism-only change). The file RENAME itself landed one commit early (masterab3e1a45) via the staged index riding an unrelated commit - net effect is the repo's preferred move-then-edit sequence, recorded here for clarity. src/modules/AGENTS.md: punk::libunknown is now the only manually versioned module; base noted as converted 2026-07-21. Bootsupport syncs from the rebuild ride along: base-0.1.2.tm restamped from the converted source; libunknown comment catch-up (runtime.cmd -> punk-runtime.cmd reference). Conversion verified: make.tcl modules builds base-0.1.2.tm from the magic-versioned source under Tcl 9.0.3 and 8.7a6 (the original build failure was the unrelated pre-c971e6c7c4 zipfs mkzip dotfile defect, fixed by cli 0.5.2's fallback inab3e1a45). Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.com
5 changed files with 17 additions and 10 deletions
@ -0,0 +1,5 @@
|
||||
0.1.2 |
||||
#First line must be a semantic version number |
||||
#all other lines are ignored. |
||||
#0.1.2 - fix: cksum_path hung forever on files on non-native (vfs-mounted e.g //zipfs:/) filesystems - the tcllib -file digest modes read via fileevent+vwait and vfs channels never deliver fileevents. Files on non-native filesystems are now slurped and digested in data mode (new cksum_data_command per algorithm incl new cksum_adler32_data/cksum_crc_data helpers; exec-based sha3 returns an unsupported_algorithm_for_vfs_path error for vfs paths). Needed for punkcheck::install from module-carried //zipfs:/ layout payloads (G-087 stage 3). |
||||
#0.1.1 - fix: get_template_basefolders no-handler warning used 'put' instead of 'puts'; missing-handler path now warns and returns an empty dict instead of erroring on an unset variable |
||||
Loading…
Reference in new issue