Browse Source

bootsupport manifest: commandstack pulled from minted root modules

commandstack is first-party (src/modules source, minted to root modules/
since the module left vendormodules) - the manifest still pointed at
src/vendormodules, which carries no commandstack-*.tm, so bootsupport
was frozen at the stale 0.3/0.4 copies. Repoint to base `modules` (the
packagepreference pattern) in include_modules.config and the tclpackages
toml record so `make.tcl bootsupport` promotes the minted 0.6.0.
Layout manifest copies sync on the next make.tcl modules run.

Claude-Session: https://claude.ai/code/session_01TNn3C58Cpekt3CsZNLCqvR
Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.com
master
Julian Noble 7 days ago
parent
commit
0d82849798
  1. 2
      src/bootsupport/modules/include_modules.config
  2. 2
      src/bootsupport/tclpackages.toml

2
src/bootsupport/modules/include_modules.config

@ -18,7 +18,7 @@
# Files without punkcheck install records are never pruned automatically.
# (glob detection: [regexp {[*?\[\]]} $modulematch] in make.tcl bootsupport_localupdate; see also src/bootsupport/AGENTS.md)
set bootsupport_modules [list\
src/vendormodules commandstack\
modules commandstack\
src/vendormodules cksum\
src/vendormodules cmdline\
src/vendormodules debug\

2
src/bootsupport/tclpackages.toml

@ -44,7 +44,7 @@
[modules.tcl]
[[modules.tcl.allplatforms]]
name = "commandstack"
source = "src/vendormodules"
source = "modules"
[[modules.tcl.allplatforms]]
name = "cksum"
source = "src/vendormodules"

Loading…
Cancel
Save