-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow specifying asdf plugins with full urls #3067
Conversation
bb8c63c
to
d8600e0
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
a630dfc
to
b4f84ee
Compare
Hyperfine Performance
|
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main x -- echo |
14.9 ± 0.3 | 14.2 | 17.3 | 1.01 ± 0.06 |
mise-2024.11.18 x -- echo |
14.7 ± 0.8 | 14.0 | 26.9 | 1.00 |
mise x -- echo |
14.9 ± 0.3 | 14.2 | 16.7 | 1.01 ± 0.06 |
mise env
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main env |
11.7 ± 0.3 | 11.2 | 13.2 | 1.01 ± 0.03 |
mise-2024.11.18 env |
11.5 ± 0.2 | 11.0 | 12.7 | 1.00 |
mise env |
11.7 ± 0.3 | 11.1 | 13.8 | 1.01 ± 0.03 |
mise hook-env
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main hook-env |
11.6 ± 0.2 | 11.1 | 12.4 | 1.02 ± 0.03 |
mise-2024.11.18 hook-env |
11.4 ± 0.2 | 10.9 | 13.0 | 1.00 |
mise hook-env |
11.6 ± 0.2 | 11.1 | 13.4 | 1.02 ± 0.03 |
mise ls
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main ls |
11.9 ± 0.2 | 11.5 | 12.9 | 1.02 ± 0.03 |
mise-2024.11.18 ls |
11.7 ± 0.2 | 11.3 | 13.2 | 1.00 |
mise ls |
11.9 ± 0.2 | 11.4 | 12.9 | 1.01 ± 0.03 |
f305884
to
e3f3716
Compare
a131f98
to
b5cce25
Compare
This reverts commit 176295e.
Fixes #3063
This allows installing asdf plugins directly like
mise install asdf:https://github.com/jdx/mise-tiny
ormise install asdf:jdx/mise-tiny