Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6.1 #298

Merged
merged 1 commit into from
May 16, 2024
Merged

Release v0.6.1 #298

merged 1 commit into from
May 16, 2024

Conversation

achingbrain
Copy link
Member

No description provided.

Copy link

Suggested version: v0.6.1

Comparing to: v0.6.0 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x5e6b6f]

goroutine 228 [running]:
go/types.(*Checker).handleBailout(0xc000729000, 0xc0006fbc10)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/check.go:367 +0x88
panic({0x6a6200?, 0x8e1520?})
	/opt/hostedtoolcache/go/1.22.3/x64/src/runtime/panic.go:770 +0x132
go/types.(*StdSizes).Sizeof(0x0, {0x757ff0, 0x8e4980})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/sizes.go:228 +0x30f
go/types.(*Config).sizeof(...)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/sizes.go:333
go/types.representableConst.func1({0x757ff0?, 0x8e4980?})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/const.go:76 +0x9e
go/types.representableConst({0x759df8, 0x8d9cc0}, 0xc000729000, 0x8e4980, 0x0)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/const.go:92 +0x192
go/types.(*Checker).arrayLength(0xc000729000, {0x7598b8, 0xc0000339c0?})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/typexpr.go:510 +0x2d3
go/types.(*Checker).typInternal(0xc000729000, {0x759078, 0xc000815cb0}, 0x0)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/typexpr.go:299 +0x49d
go/types.(*Checker).definedType(0xc000729000, {0x759078, 0xc000815cb0}, 0xc0006fb1f8?)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/typexpr.go:180 +0x37
go/types.(*Checker).varType(0xc000729000, {0x759078, 0xc000815cb0})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/typexpr.go:145 +0x25
go/types.(*Checker).structType(0xc000729000, 0xc000129470, 0xc000129470?)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/struct.go:113 +0x19f
go/types.(*Checker).typInternal(0xc000729000, {0x7590a8, 0xc0006e75f0}, 0xc00006fc70)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/typexpr.go:316 +0x1345
go/types.(*Checker).definedType(0xc000729000, {0x7590a8, 0xc0006e75f0}, 0x10?)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/typexpr.go:180 +0x37
go/types.(*Checker).typeDecl(0xc000729000, 0xc00006fc70, 0xc00034a280, 0x0)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/decl.go:615 +0x44d
go/types.(*Checker).objDecl(0xc000729000, {0x75c258, 0xc00006fc70}, 0x0)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/decl.go:197 +0xa7f
go/types.(*Checker).packageObjects(0xc000729000)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/resolver.go:681 +0x425
go/types.(*Checker).checkFiles(0xc000729000, {0xc000474360, 0x1, 0x1})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/check.go:408 +0x1a5
go/types.(*Checker).Files(...)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/check.go:372
golang.org/x/tools/go/packages.(*loader).loadPackage(0xc0001460e0, 0xc000629350)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:1037 +0x932
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1()
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:847 +0x1a9
sync.(*Once).doSlow(0x0?, 0x0?)
	/opt/hostedtoolcache/go/1.22.3/x64/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/opt/hostedtoolcache/go/1.22.3/x64/src/sync/once.go:65
golang.org/x/tools/go/packages.(*loader).loadRecursive(0x0?, 0x0?)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:835 +0x4a
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1.1(0x0?)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:842 +0x26
created by golang.org/x/tools/go/packages.(*loader).loadRecursive.func1 in goroutine 158
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:841 +0x94

gocompat says:

Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@achingbrain achingbrain merged commit 4f7c77b into master May 16, 2024
8 checks passed
@achingbrain achingbrain deleted the achingbrain-patch-1 branch May 16, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant