Skip to content

cli-v1.1.0-beta.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Sep 07:19

1.1.0-beta.6 — September 3, 2026

A composed parameter's generator call is now written the same way whatever, if anything, answers to its name — no more inspecting your compilation to decide.

🐛 Bug Fixes

  • Composing a parameter through its type's own AnyX generator no longer depends on what, if anything, exists under that name in your compilation. dum always writes new AnyOrderReference(), in the composed type's own namespace — never opening a using for a candidate it did not look up. A same-named type that cannot serve as a generator, two or more that could, and a real, unique, correctly-implemented one are all handled identically: dum writes the call, and your own build resolves it.