Next | Query returned 92 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2021-07-13 13:36:45 by Benny Siegert | Files touched by this commit (132) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-06-28 09:38:06 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gopls: update to 0.7.0.

Features

Postfix completions

Postfix completions are a new style of completions that can save
you time by inserting more complex pieces of commonly-written code.
All of the results end with !. This feature was added experimentally
in gopls/v0.6.10 and is now enabled by default.

New commands: List known packages and add import

These commands can be used to manually list available packages to
import and then add an import to your file. They are currently not
used by any known clients, but they will be made available through
the Command Palette in VS Code in the next VS Code Go release.

Improvements

Memory usage

Improved trimming of the ASTs of dependency packages results in
reduced memory usage, especially for projects with many dependencies.
This may result in some hard-to-diagnose bugs that we're not yet
aware of, so please report any surprising behavior via
https://golang.org/issues/new.
   2021-06-06 14:19:04 by Benny Siegert | Files touched by this commit (203) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-05-20 12:03:16 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gopls: update to 0.6.11.

This release contains mainly bug fixes.
   2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-04-25 23:28:40 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gopls: update to 0.6.10.

Features

t.Fatal snippet

If you trigger completion in a test function, on the line after a
call to a function that returns an error, you will be offered a
completion snippet for:

if err != nil {
    t.Fatal(err) }

Experimental

Postfix completion snippets

Postfix completions are a new style of completions that can save
you time by inserting more complex pieces of commonly-written code.
All of the results end with !. Enable this feature by setting
"ui.completion.experimentalPostfixCompletions": true.
   2021-04-01 20:45:33 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gopls: update to 0.6.9.

0.6.9
This is a patch release to fix golang/go#45092.

0.6.8
This is a patch release to fix golang/go#45075.

0.6.7
New analyzers

The unusedwrite and nilness analyzers are now available, but they
are disabled by default. Note that enabling them permanently may
significantly increase memory usage. You can configure analyzers
through the analyses setting.  Improved hover with time.Duration

Hover for any constant of type time.Duration is shown both in
nanoseconds and as a human-readable string.

Fixes

A full list of all issues fixed can be found in the gopls/v0.6.7
milestone. To report a new problem, please file a new issue at
https://golang.org/issues/new.
   2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | Package updated
Log message:
Revbump all Go packages after go115 update
   2021-03-12 11:33:06 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gopls: update to 0.6.6.

This release mostly included bug fixes and changes that are not user facing.
   2021-02-18 10:57:14 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gopls: update to 0.6.5.

Show available upgrades for dependencies

gopls/v0.6.0 removed support for the code lenses that showed
available upgrades for dependencies. This behavior has now been
reintroduced, with an improved UI. Users must explicitly request
this information by clicking the "Check for upgrades" code lens
above the go.mod file's require block. Any module with available
upgrades will be highlighted with an informational diagnostic and
accepting its suggested fix will preform the upgrade.

Next | Query returned 92 messages, browsing 61 to 70 | Previous