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

[Bug]: Rocks install sometimes appends : to version in rocks.toml #57

Closed
mrcjkb opened this issue Dec 9, 2023 · 1 comment · Fixed by #62
Closed

[Bug]: Rocks install sometimes appends : to version in rocks.toml #57

mrcjkb opened this issue Dec 9, 2023 · 1 comment · Fixed by #62
Labels
bug Something isn't working

Comments

@mrcjkb
Copy link
Member

mrcjkb commented Dec 9, 2023

To reproduce:

  • :Rocks install luasnip 2.1.1
  • :Rocks edit

Expected behaviour:

  • rocks.toml contains: luasnip = "2.1.1-1"

Actual behaviour:

  • rocks.toml contains: luasnip = "2.1.1-1:"
@mrcjkb mrcjkb added the bug Something isn't working label Dec 9, 2023
@mrcjkb
Copy link
Member Author

mrcjkb commented Dec 9, 2023

This is because the version match matches the output

Missing dependencies for luasnip 2.1.1-1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant