Bug 265473 - devel/go-tools: update to 0.1.12
Summary: devel/go-tools: update to 0.1.12
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-28 03:19 UTC by Robert Clausecker
Modified: 2022-07-28 19:54 UTC (History)
1 user (show)

See Also:
fuz: merge-quarterly?


Attachments
devel/go-tools: update to 0.1.12 (2.18 KB, patch)
2022-07-28 03:19 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-07-28 03:19:56 UTC
Created attachment 235519 [details]
devel/go-tools: update to 0.1.12

Selected upstream changes:

 - go/packages: fix loading single file when outside of GOPATH, module
 - cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax
 - refactor/satisfy: don't crash on type parameters
 - go/gcexportdata: fix Find for Go modules
 - go/analysis: add suggested fix for unkeyed composite literals
 - go/callgraph/vta: remove interprocedural flows for receiver objects
 - go/callgraph/vta: do not include interface types during propagation
 - go/callgraph/vta: use types.IsInterface instead of our own isInterface
 - godoc: support go1.19 doc comment syntax
 - all: update dependencies

Upstream does not provide a change log; please keep change summary in the commit meesage.
Please clear PORTREVISION on commit if set.
Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Do not MFH as the previous update was not MFH'ed either.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-28 19:51:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c00bbb360529b01d76e40463dda4ea22da37d21

commit 9c00bbb360529b01d76e40463dda4ea22da37d21
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-07-28 19:49:08 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-28 19:50:56 +0000

    devel/go-tools: Update to 0.1.12

    Selected upstream changes:

     - go/packages: fix loading single file when outside of GOPATH, module
     - cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax
     - refactor/satisfy: don't crash on type parameters
     - go/gcexportdata: fix Find for Go modules
     - go/analysis: add suggested fix for unkeyed composite literals
     - go/callgraph/vta: remove interprocedural flows for receiver objects
     - go/callgraph/vta: do not include interface types during propagation
     - go/callgraph/vta: use types.IsInterface instead of our own isInterface
     - godoc: support go1.19 doc comment syntax
     - all: update dependencies

    PR:             265473

 devel/go-tools/Makefile |  3 +--
 devel/go-tools/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-28 19:54:30 UTC
Committed, thanks!