bug: version scope colid with template #5531
Closed
tchernomax
started this conversation in
General
Replies: 1 comment 1 reply
|
Your diagnosis was exactly right, and it is fixed — #11580, merged 2026-08-02. The version's selector was parsed at TOML-deserialize time, before templates render, so a template containing a colon got split mid-expression. The fix keeps the version string un-rendered until templating is done, and only then splits it. Two things the investigation turned up that are worth recording here:
Not in a release yet: v2026.8.0 was cut a few hours before it merged, so this lands in the next one. Your |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
↓
This is because tool version is parsed before being templated:
mise/src/cli/args/tool_arg.rs
Line 71 in f336df4
All reactions