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

Cannot install version 0.17 with cargo install #37

Open
Shuenhoy opened this issue Aug 17, 2020 · 1 comment
Open

Cannot install version 0.17 with cargo install #37

Shuenhoy opened this issue Aug 17, 2020 · 1 comment
Labels

Comments

@Shuenhoy
Copy link

cargo install gluon_language-server would run into such error:

error: environment variable `GIT_COMMIT` not defined
  --> gluon_language-server-0.17.0/src/command/initialize.rs:39:65
   |
39 |                         concat!(env!("CARGO_PKG_VERSION"), "-", env!("GIT_COMMIT")).into(),
   |                                                                 ^^^^^^^^^^^^^^^^^^
   |
   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

But it compiles if I run cargo build from the source dir.

@Marwes Marwes added the bug label Aug 17, 2020
@Marwes Marwes closed this as completed in 9f5e9e3 Aug 17, 2020
@Kolsky
Copy link

Kolsky commented Nov 6, 2020

The issue still persists as version at crates.io wasn't updated. Gluon also fails to build due to incompatible versions of lsp-types.

@Marwes Marwes reopened this Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants