-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
ccls: init at 0.20181225.7 #53888
ccls: init at 0.20181225.7 #53888
Conversation
cc @tobim |
cc @dtzWill |
Looks like the release was deleted -> opened an upstream ticket: MaskRay/ccls#202 |
@GrahamcOfBorg build ccls |
''; | ||
|
||
meta = with stdenv.lib; { | ||
description = "A c/c++ language server powered by libclang"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is no longer powered by libclang (Clang C interface). It only uses Clang C++ APIs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too much copy-pasta from cquery :)
|
||
stdenv.mkDerivation rec { | ||
name = "ccls-${version}"; | ||
version = "0.20181225.6"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry but if it didn't bother you much, could you please use the tag 0.20181225.7 ?
0.20181225.6 may cause unpleasant log lines in vscode and coc.nvim. MaskRay/ccls#205
meta = with stdenv.lib; { | ||
description = "A c/c++ language server powered by libclang"; | ||
homepage = https://github.com/MaskRay/ccls; | ||
license = licenses.mit; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is Apache 2. Every file has been rewritten.
- tested with [emacs](https://dl.thalheim.io/kdh-PwxzlwGKTEl1_NpTzg/2019-01-13-190156_1920x1080_scrot.png) and vim. - wrapped to pick up our cc wrapper environment -> works perfectly in nix-shell
@GrahamcOfBorg build ccls |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)