Commit graph

15 commits

Author SHA1 Message Date
Diego Pontoriero 3f2a3dd3e9
gopls: 0.6.2 -> 0.6.10 (#119903)
Quite a few critical bugfixes and some new features since 0.6.2.

https://github.com/golang/tools/releases/tag/gopls%2Fv0.6.10
2021-04-19 21:36:53 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
asymmetric d80ba82f2e
gopls: 0.5.3 -> 0.6.2 (#108702) 2021-01-07 18:38:46 +00:00
Jonas Chevalier 04320e77e1
gopls: 0.5.1 -> 0.5.3 (#104065) 2020-11-17 18:43:25 +01:00
Luke Granger-Brown a30a084b37
gopls: don't build integration tests or documentation generator (#101641)
Not only are these not used, but they also have super generic names,
which is confusing when they appear on the path, and possibly leads
to conflicts with other binaries.
2020-10-28 23:42:07 +01:00
Bouke van der Bijl bf21b814cb
gopls: 0.5.0 -> 0.5.1 (#100719) 2020-10-16 17:17:32 +02:00
Diego Pontoriero cfb9acad8a
gopls: 0.4.4 -> 0.5.0 (#98182) 2020-09-18 18:28:49 +02:00
Sascha Grunert 334ade0633
gopls: remove unnecessary go input (#96270)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-25 13:38:00 +02:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Roman Volosatovs c9c957d476
gopls: 0.4.3 -> 0.4.4 (#94888) 2020-08-07 20:29:34 +00:00
zimbatm 390737910d
gopls: 0.4.1 -> 0.4.3 2020-07-16 14:32:18 +02:00
Henry 24a6c81291 gopls: 0.4.0 -> 0.4.1 2020-05-15 11:33:55 +02:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Jörg Thalheim 684b41042a
gopls: init at 0.4.0 2020-04-23 15:29:12 +01:00