gluon_language-server icon indicating copy to clipboard operation
gluon_language-server copied to clipboard

Language server providing completion for gluon

Results 12 gluon_language-server issues
Sort by recently updated
recently updated
newest added

``` error[E0308]: mismatched types --> /usr/ports/lang/gluon-language-server-lsp/work/gluon_language-server-0.18.0/cargo-crates/gluon_base-0.18.0/src/types/mod.rs:1042:24 | 1042 | const _: [(); 8 * 6] = [(); std::mem::size_of::()]; | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an array with a fixed size of 48...

I was just raging about the lack of emacs support and @iroedius made a basic major mode for gluon with lsp support for me here https://gist.github.com/pillowtrucker/c25f086f62b12fe912b7bcc2aa3e8d59 Is this something you'd...

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.36 to 0.10.55. Release notes Sourced from openssl's releases. openssl-v0.10.55 What's Changed Fix warnings from BoringSSL on Rust 1.70 by @​alex in sfackler/rust-openssl#1948 Honor OPENSSL_NO_OCB if OpenSSL...

dependencies
rust

Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies need to be updated together. Removes `minimist` Updates `mkdirp` from 0.5.1 to 1.0.4 Changelog Sourced from mkdirp's...

dependencies
javascript

VSCode doesnt show the plugin anymore in its search, probably since it did not get any update since 2017. https://marketplace.visualstudio.com/items?itemName=Marwes.gluon ![Screenshot_205](https://user-images.githubusercontent.com/6344099/161738632-8270a7c7-8155-4cc8-9a3a-013b13633af3.png)

`cargo install gluon_language-server` would run into such error: ```log 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...

bug

Started with some refactorings to figure out where we deadlock in #38 but I don't think I have fixed it yet

Try this code copied from https://github.com/gluon-lang/gluon/issues/842. ``` type Digit a = | One a | Two a a | Three a a a | Four a a a a type...

bug

Hello @Laegluin , Hello @Marves I want to make a language server for config files and I want to use your work from this repository, especially the stuff that glues...