Skip to content
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

Add an --unstable flag for installing unstable releases #574

Open
tobil4sk opened this issue Nov 20, 2022 · 0 comments
Open

Add an --unstable flag for installing unstable releases #574

tobil4sk opened this issue Nov 20, 2022 · 0 comments

Comments

@tobil4sk
Copy link
Member

Right now, haxelib install ignores unstable releases (alpha, beta, rc) when running:

haxelib install library

The only way to install a pre-release version is to manually check for it and install it specifically:

haxelib install library 5.0.0-alpha.2

We could add an --unstable flag to allow installation of the latest unstable release via

haxelib install library --unstable

We could add it to haxelib update as well, but maybe only when updating a specific library, rather than when doing a full update of all libraries?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant