Skip to content

Commit

Permalink
devel/go-tools: Update to 0.1.11
Browse files Browse the repository at this point in the history
ChangeLog:

- make the toolstash command non-RARE as it is explicitly
   mentioned in the README

Selected upstream changes:

 - go/ssa: add generics support
 - go/types/objectpath: break cycles through type parameters in find
 - internal/imports: update stdlib index for 1.18
 - go/analysis/passes/asmdecl: define register-ABI result registers for
   PPC64
 - x/tools/go/packages: add Embed support
 - go/ssa: add position information for switch case conditions
 - doc/generate.go: handle non-empty JSON tag correctly
 - tools: fix some typos
 - go/packages: fix precedence typo in needtypes calculation
 - go/packages: fix handling of NeedExportFile in go list
 - go/packages: fix load with NeedTypes but not NeedImports
 - go/analysis: validate report if analyzer.Run is empty
 - go/ssa: emit Low expression before High in *ast.Slice
 - go/packages: make loadFromExportData ignore go.shape
 - go/analysis: add support for loong64
 - x/tools/go/packages: on Go 1.19+, explicitly ask for -json fields
   needed
 - go/packages: ask for EmbedPatterns and EmbedFiles if needed
 - go/ssa: fix miscompilation of <<= and >>= statements
 - go/analysis/passes/errorsas: warn if errors.As target is *error
 - cmd/digraph: only print non-trivial sccs
 - internal/tool: implement structured help command
 - passes/copylock: suppress reports on Offsetof and Alignof
 - cmd/compilebench: use -p, handle packages with asm files

Note: upstream does not provide a change log

PR:		264619
  • Loading branch information
clausecker authored and nunotexbsd committed Jun 11, 2022
1 parent 4e0d64b commit 98572dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions devel/go-tools/Makefile
Expand Up @@ -2,8 +2,7 @@

PORTNAME= tools
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.10
PORTREVISION= 2
DISTVERSION= 0.1.11
PORTEPOCH= 1
CATEGORIES= devel
PKGNAMEPREFIX= go-
Expand Down Expand Up @@ -43,7 +42,8 @@ GO_TARGET= ./cmd/auth/cookieauth \
./cmd/signature-fuzzer/fuzz-runner \
./cmd/ssadump \
./cmd/stress \
./cmd/stringer
./cmd/stringer \
./cmd/toolstash

CONFLICTS_INSTALL= easygit p5-Devel-Cover rubygem-bundler

Expand All @@ -56,7 +56,6 @@ RARE_VARS= GO_TARGET+=" \
./cmd/benchcmp \
./cmd/getgo \
./cmd/getgo/server \
./cmd/splitdwarf \
./cmd/toolstash"
./cmd/splitdwarf"

.include <bsd.port.mk>
10 changes: 5 additions & 5 deletions devel/go-tools/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1647433649
SHA256 (go/devel_go-tools/tools-v0.1.10/v0.1.10.mod) = 73bf68cd7dbb257535658afe732200445a0c9b644ef799106677cbcd136faaa9
SIZE (go/devel_go-tools/tools-v0.1.10/v0.1.10.mod) = 383
SHA256 (go/devel_go-tools/tools-v0.1.10/v0.1.10.zip) = 8685e5176d6f86584c98be54a4ffccb95794b32594fec6f6f5dd4a2231e221ff
SIZE (go/devel_go-tools/tools-v0.1.10/v0.1.10.zip) = 3793144
TIMESTAMP = 1654970565
SHA256 (go/devel_go-tools/tools-v0.1.11/v0.1.11.mod) = 6ec77686ab99bea1c698f8587dcf3cc71debb136f2bb1cf409bc6cbcdb9217d6
SIZE (go/devel_go-tools/tools-v0.1.11/v0.1.11.mod) = 326
SHA256 (go/devel_go-tools/tools-v0.1.11/v0.1.11.zip) = ed841ca9fe976973656ae79236a78806b225ddf92137205c149de36ec4c71cf4
SIZE (go/devel_go-tools/tools-v0.1.11/v0.1.11.zip) = 3862298

0 comments on commit 98572dd

Please sign in to comment.