Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ae07f6c406cd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f0fec244ca38
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 20, 2019

  1. ycmd: install phase copies all dirs below 'third_party'

    Copy _all_ of 'third_party'.
    Cherry-picking the contents of this dir is a fragile approach as
    they change in later commits (breaking this build).
    
    This approach continues to work on the current build,
    and will not break with later versions of the project.
    
    Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
    siriobalmelli committed Sep 20, 2019
    Copy the full SHA
    dfc7bdb View commit details
    Browse the repository at this point in the history
  2. ycmd: update build to 2019-09-19

    Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
    siriobalmelli committed Sep 20, 2019
    Copy the full SHA
    7d21d6a View commit details
    Browse the repository at this point in the history
  3. ycmd: add gopls completer

    ycmd gives 'no completer support' because of missing 'gopls'.
    Add this as a conditional dependency.
    
    Refactor the 'mkdir -p' step to be conditional per-dependency,
    and placed just before the link step.
    This is mostly for legibility but also pedantic correctness:
    do not create a directory unless it will be used.
    
    Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
    siriobalmelli committed Sep 20, 2019
    Copy the full SHA
    dee0cb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion (#69163)

    ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion
    Mic92 committed Sep 21, 2019
    Copy the full SHA
    f0fec24 View commit details
    Browse the repository at this point in the history