Path to this page:
Subject: CVS commit: pkgsrc/devel/gopls
From: Thomas Klausner
Date: 2024-09-13 10:06:53
Message id: 20240913080653.ED755FC74@cvs.NetBSD.org
Log Message:
gopls: update to 0.16.2.
Changes in this release
This release updates the golang.org/x/telemetry dependency to pick
up fixes for the following bugs:
golang/go#68946: unnecessary downloading of the \
golang.org/x/telemetry/config module
golang/go#68358: a potential crash on Windows when the telemetry counter \
file is extended
golang/go#68311: a potential hanging process if the telemetry file is truncated
Additionally, this release changes the gopls/telemetryprompt/accepted
counter to be recorded each time the prompt state is checked
(golang/go#68770).
None of these issues were particularly urgent, but we also wanted
to make a gopls release to exercise our recently added release
automation (golang/go#57643).
Files: