Path to this page:
Subject: CVS commit: pkgsrc/devel/mise
From: Amitai Schleier
Date: 2024-05-15 04:38:42
Message id: 20240515023842.7B5DBFA2C@cvs.NetBSD.org
Log Message:
mise: update to 2024.5.15. Changes:
2024.5.15:
### Features
* support non-hidden configs
### Bug Fixes
* handle sub-0.1 in new resolving logic
2024.5.14:
### Features
* (erlang) make erlang core plugin stable
* (python) make python_compile 3-way switch
* raise warning instead if install default gems failed
### Bug Fixes
* (python) correct flavor for macos-x64
* warn if failure installing default packages
* hide missing runtime warning in shim context
* handle tool_version parse failures
### Performance
* memoize `which` results
2024.5.13:
### Features
* pass github token to UBI and cargo-binstall backends.
### Refactor
* bubble up resolve errors
### Other Changes
* always build with git2 feature
2024.5.12:
### Performance
* various performance tweaks
2024.5.11:
### Bug Fixes
* (exec) do not default to "latest" if a version is already configured
* prompt to trust config files with env vars
2024.5.10:
### Bug Fixes
* fixed misc bugs with ubi+pipx backends
2024.5.9:
### Bug Fixes
* `.` in `list-bin-paths` was taken as is to form `PATH`
2024.5.8:
### Bug Fixes
* use correct url for aur-bin
* handle race condition when initializing backends with dependencies
2024.5.6:
### Features
* add cargo-binstall as dependency for cargo backend
### Bug Fixes
* performance fix for .file/.path
2024.5.5:
### Bug Fixes
* (pipx) remove unneeded unwrap
* resolve bug with backends not resolving mise-installed tools
2024.5.4:
### Features
* add more directory env var configs
### Refactor
* move opts from ToolVersion to ToolVersionRequest struct
* remove use of mutex
Files: