Conversation
|
may i ask, what is the issue caused by removal of gocode ? I think its unlikely anyone still using gocode in 2024 ( famous last words ) |
|
@kirillrdy there is no issue removing it. I just overlooked 2 references of it in the removal PR and now these fixups are causing mass rebuilds. |
|
Original PR was reverted on master, so we need to wait until the revert is part of staging, then I can rebase and cherry-pick the original commit into this PR. |
c1db539 to
aae67f1
Compare
|
Original commit cherry-picked, PR description updated, ready for review. ✔️ Sorry for the mess. |
|
seems like https://github.com/fatih/vim-go uses |
|
@rjpcasalino what build error do you get? I think the base of this PR is broken, I've cherry-picked the changes on top of master to build them. Or test with nixpkgs-review: Result of 3 packages built:
|
|
@rjpcasalino You seem to be using the unstable channel, which might be currently broken due to the pre story of this PR that is described at the beginning of the PR description. Please be patient, this has already been reverted on master, you can track it on the PR tracker. Other than that, your issue doesn't seem to be related to this PR (which is still open and not in unstable). |
|
right, sorry should have commented on the merged PR. No worries. Thanks for your work with this. |
|
Seems like staging had unrelated breakage.
Could you rebase and if it evals will merge |
aae67f1 to
adaab58
Compare
|
@katexochen just wanted to thank you again for this work. My config builds wonderfully again. |
Description of changes
The original removal PR (#276887) was reverted on master in (#279324), as it missed some references and the fixup would cause a mass rebuild on master (#279181).
This PR contains both the orignial removal commit and the fixups.
Project has been in maintenance mode sinde 2019 and was archived in 2021: https://github.com/mdempsky/gocode
For
vim-go, gocode support was removed in in 2020, as documented in the changelog.For
ycmd, gocode was removed, too, see https://github.com/ycm-core/ycmd/blob/b34008abd3b51992a7b6342a4e4e79740417e63c/build.py#L547-L548Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.