-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
kotlin-language-server: init at 0.7.0 #105110
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
Conversation
Result of 1 package built:
|
For some reason, Git created a new branch with the same name for the new commits. |
A few comments:
Some Git advice for splitting: my advice here is probably to carefully recommit things. If you're using the CLI, the best way (in my opinion, other people will have different advice) is to:
|
I've fixed the indentation and the wrapping issue, however I was unable to get Gradle (I tried the included wrapper and the Nix package) to build the package. |
@SuperSandro2000 I also split the commits using lukegb's suggestion. |
Result of 1 package built:
|
@enderger Please fix the merge conflict. |
I've resolved it. |
Please do not merge master into PRs. Please resolve that cleanly. |
Hey, sorry for dropping this. I was quite naive when it comes to Git when I made this PR. I may try redoing this package at some point, but I'll close the PR since tit is hopelessly out-of-date. |
Motivation for this change
Currently, there is no package for the Kotlin Lanugage Server, often used by IDE plugins for the development of Kotlin.
I'm a bit new to git, and accidentally closed the origional PR
Things done
Tested using sandboxing (nix.useSandbox on NixOS, or option
sandbox
innix.conf
on non-NixOS linux)Built on platform(s)
Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
Tested compilation of all pkgs that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
Tested execution of all binary files (usually in
./result/bin/
)Determined the impact on package closure size (by running
nix path-info -S
before and after)Ensured that relevant documentation is up to date
Fits CONTRIBUTING.md.