Alice v0.3.0
Announcing the release of Alice v0.3.0!
This release starts following the XDG Base Directory Specification.
This means there is no longer a ~/.alice directory. Tools are installed to ~/.local/share/alice/current/bin, and Alice’s executable
is installed to ~/.local/bin if using the install script.
This is a breaking change.
Migrating from earlier versions
If you installed OCaml development tools with Alice, delete your ~/.alice
directory and run alice tools install to re-install tools to a new location
which complies with the to the XDG spec.
Install Alice v0.3.0
On macOS and Linux, the latest version of Alice can be installed with Homebrew:
Alternatively, on macOS and Linux, Alice v0.3.0 can be installed by running the install script:
On NixOS, Alice v0.3.0 can be installed via the flake
github:alicecaml/alice/0.3.0, e.g.:
Read more about installing Alice here.
Release Notes
Changed
- Follow the XDG convention when installing tools.
Fixed
- Update dot-merlin-reader on windows to fix crash on launch.
- Fix issue running
alice tools execon windows in CMD.exe.