Commit Graph

3 Commits

Author SHA1 Message Date
Axel Meyer
93c94b04e5 dep-fetcher-test-runner 0.1.1: bump deps after producer cascade
- lib-management.dep-fetcher 0.1.1 -> 0.1.2 (multi-path resolution +
  case-G untagged-dev-state).
- lib-management.dep-fetcher-test 0.1.1 -> 0.1.2 (matching producer).
- lib-core.git 0.1.0 -> 0.2.0 (token-auth + set_token).
2026-05-31 14:09:25 +02:00
Axel Meyer
bc9f495611 runner: bump deps on dep-fetcher + dep-fetcher-test to 0.1.1 2026-05-31 02:27:45 +02:00
Axel Meyer
2dc9e0077f dep-fetcher-test-runner v0.1.0
Thin test-module wrapper that re-exports the assertions from
lib-management.dep-fetcher-test so they participate in
test-all-modules.sh aggregation (and therefore milestone-check).

kind=test-module rather than kind=module because production modules
cannot depend on test-role libs (engine_lib_resolver §role-constraint);
the test lib is role=test, so the runner must be a test-module.

Direct deps on dep-fetcher-test, dep-fetcher, and lib-core.git
because engine_lib_resolver does NOT expand transitive lib-deps —
each lib that init.lua / lib-init paths may require() must be in the
module's direct deps list.
2026-05-31 01:47:42 +02:00