Bug 264118 - devel/gopls: update to 0.8.4
Summary: devel/gopls: update to 0.8.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/golang/tools/relea...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-21 08:33 UTC by Robert Clausecker
Modified: 2022-05-21 13:55 UTC (History)
1 user (show)

See Also:


Attachments
devel/gopls: update to 0.8.4 (1.75 KB, patch)
2022-05-21 08:33 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-05-21 08:33:19 UTC
This will be the last release supporting Go 1.13.

Upstream changes:

 - New analyzer for //go:embed comments
 - Improved hover for imports
 - Faster symbol indexing
 - Improved metadata invalidation

Changelog:	https://github.com/golang/tools/releases/tag/gopls%2Fv0.8.4

Tested with Poudriere on i386 amd64 FreeBSD 13.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2022-05-21 08:33:58 UTC
Created attachment 234072 [details]
devel/gopls: update to 0.8.4

And here is the patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-05-21 13:54:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15508d7f6be439eaf619c5179b7485a38d0c4e8f

commit 15508d7f6be439eaf619c5179b7485a38d0c4e8f
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-05-21 13:51:36 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-05-21 13:53:47 +0000

    devel/gopls: Update to 0.8.4

    ChangeLog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.8.4

    PR:             264118

 devel/gopls/Makefile |  2 +-
 devel/gopls/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-05-21 13:55:12 UTC
Commited thanks!