-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Feature] Support version constraints (~>
, >=
, etc)
#404
Comments
Some potential downsides:
We could also add a separate (not to be edited) |
I don't even think a language server is needed, just some smart adaptors to the |
This will be closed once #539 has been implemented, as rocks supports installing with version constraints. |
Discussed in #403
Originally posted by rktjmp June 22, 2024
Does rocks.nvim support semver constraints? I assumed it would be delegated to luarocks, which does appear to support constraints (under dependencies) but
norg = "~> 7"
(and variations) fails with a "version number '~> 7' could not be parsed" error during aRocks sync
.Is it a planned feature?
Blocked by luarocks/luarocks#1684
The text was updated successfully, but these errors were encountered: