fix: Always use env::MISE_BIN when calling mise from itself (#4141) - #4943
Merged
Conversation
hverlin
force-pushed
the
hv/4141-use-mise-bin
branch
from
April 26, 2025 12:43
722cd54 to
6820764
Compare
hverlin
marked this pull request as ready for review
April 26, 2025 13:29
hverlin
force-pushed
the
hv/4141-use-mise-bin
branch
from
April 26, 2025 13:30
560db76 to
50d4fd3
Compare
jdx
reviewed
Apr 26, 2025
hverlin
force-pushed
the
hv/4141-use-mise-bin
branch
from
April 26, 2025 13:59
50d4fd3 to
8f372f6
Compare
jdx
enabled auto-merge (squash)
April 26, 2025 14:59
jdx
pushed a commit
that referenced
this pull request
Apr 26, 2025
### 🚀 Features - **(registry)** add `cli53` backend by [@garysassano](https://github.com/garysassano) in [#4937](#4937) - pipx custom repository url by [@acesyde](https://github.com/acesyde) in [#4945](#4945) ### 🐛 Bug Fixes - **(hook-env)** path order by [@jdx](https://github.com/jdx) in [#4946](#4946) - **(unuse)** allow unusing any version if version not specified by [@jdx](https://github.com/jdx) in [#4944](#4944) - Always use env::MISE_BIN when calling mise from itself by [@hverlin](https://github.com/hverlin) in [#4943](#4943) ### 📚 Documentation - remove outdated note about automatic shim activation with Scoop by [@jgutierrezre](https://github.com/jgutierrezre) in [#4941](#4941) ### Chore - checkout for homebrew bump by [@jdx](https://github.com/jdx) in [6d7b0f6](6d7b0f6) - mise.lock by [@jdx](https://github.com/jdx) in [05c9a24](05c9a24) - updated deps by [@jdx](https://github.com/jdx) in [ac5cf5d](ac5cf5d) ### New Contributors - @garysassano made their first contribution in [#4937](#4937) - @jgutierrezre made their first contribution in [#4941](#4941)
This was referenced Apr 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
miseassumed thatmiseis onPATH(inmise dr --jsonandmise watch).{{mise_bin}}might be a good idea in this case.Related discussion: #4141