You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-parse Mill CLI config in launcher to allow -i/--interactive flag to be passed anywhere (#5823)
Fixes#5773
Experimentally, it adds ~250ms to the Mill JVM launcher when `-i` or
`--bsp` is passed, adds nothing to the Mill JVM launcher when they are
not passed, and adds nothing to the Mill Native launcher in either case.
Given that the Mill JVM launcher with `-i` already takes ~2s to run,
bumping it up to ~2.25s isn't a huge deal, especially since only people
on Windows-ARM would be affected (since that doesn't support Graal
Native Images). In exchange we get a much more consistent user
experience without this weird _"`-i` must come first"_ rule
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments