generated from tweag/project
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cargo install fails #690
Comments
I had success passing a cargo install --path topiary-cli --locked |
yannham
added a commit
to tweag/nickel
that referenced
this issue
Apr 22, 2024
For some reason, the version of Topiary and of the Nickel tree sitter grammar were lagging behind, before the support for pattern matching was added, which means current master wasn't able to format a file with pattersn in it - maybe it was a rollback because of the Topiary install issue (tweag/topiary#690). The former issue has been fixed, so this commit update to latest Topiary in order to get formatting of patterns.
github-merge-queue bot
pushed a commit
to tweag/nickel
that referenced
this issue
Apr 23, 2024
For some reason, the version of Topiary and of the Nickel tree sitter grammar were lagging behind, before the support for pattern matching was added, which means current master wasn't able to format a file with pattersn in it - maybe it was a rollback because of the Topiary install issue (tweag/topiary#690). The former issue has been fixed, so this commit update to latest Topiary in order to get formatting of patterns.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Cargo install doesn't build because
cargo install
ignores the lockfile and can then not select the righttree-sitter
version.To Reproduce
cargo install
Expected behavior
Installed topiary
Environment
main
The text was updated successfully, but these errors were encountered: