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

Compat requirements with Requires.jl #82

Closed
juliohm opened this issue Mar 4, 2020 · 2 comments
Closed

Compat requirements with Requires.jl #82

juliohm opened this issue Mar 4, 2020 · 2 comments

Comments

@juliohm
Copy link
Contributor

juliohm commented Mar 4, 2020

Is it possible to leverage version compatibility requirements in Requires.jl statements? I am bumping into issues like:

@require JuMP "..." ...

where the optional dependency gets updated with breaking changes, and I can't control the version. Maybe adding an extra optional argument to the macro to be passed to the pkg manager?

@require JuMP x.y.z "..." ...
@juliohm
Copy link
Contributor Author

juliohm commented Aug 20, 2020

Any update regarding this issue? It is really difficult to maintain packages where optional dependencies get updated :(

@juliohm
Copy link
Contributor Author

juliohm commented Apr 2, 2024

This is no longer needed with the introduction of package extensions in the language.

@juliohm juliohm closed this as completed Apr 2, 2024
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