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.7.1 #302

Merged
merged 1 commit into from
May 29, 2024
Merged

Release v0.7.1 #302

merged 1 commit into from
May 29, 2024

Conversation

achingbrain
Copy link
Member

No description provided.

Copy link

Suggested version: v0.7.1

Comparing to: v0.7.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 6f40974..ae25b13 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
 	github.com/ipld/go-ipld-prime v0.20.0 // indirect
 	github.com/klauspost/compress v1.17.8 // indirect
 	github.com/klauspost/cpuid/v2 v2.2.7 // indirect
-	github.com/libp2p/go-libp2p v0.34.0
+	github.com/libp2p/go-libp2p v0.34.1
 	github.com/libp2p/go-libp2p-kad-dht v0.25.2
 	github.com/libp2p/go-libp2p-pubsub v0.11.0
 	github.com/mattn/go-isatty v0.0.20 // indirect

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 309 [running]:
go/types.(*Checker).handleBailout(0xc000660a00, 0xc00077dc10)
	/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, 0x8d9c40}, 0xc000660a00, 0x8e4980, 0xc00077c028)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/const.go:92 +0x192
go/types.(*Checker).representation(0xc000660a00, 0xc000409b00, 0x8e4980)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/const.go:256 +0x65
go/types.(*Checker).implicitTypeAndValue(0xc000660a00, 0xc000409b00, {0x757ff0, 0x8e4980})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/expr.go:375 +0x2d7
go/types.(*Checker).convertUntyped(0xc000660a00, 0xc000409b00, {0x757ff0, 0x8e4980})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/const.go:289 +0x3f
go/types.(*Checker).matchTypes(0xc000660a00, 0xc000409ac0, 0xc000409b00)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/expr.go:926 +0x79
go/types.(*Checker).binary(0xc000660a00, 0xc000409ac0, {0x7593a8, 0xc000411500}, {0x758fb8, 0xc0003318a0}, {0x7598b8, 0xc0003318c0}, 0x28, 0x3c26c)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/expr.go:800 +0x166
go/types.(*Checker).exprInternal(0xc000660a00, 0x0, 0xc000409ac0, {0x7593a8, 0xc000411500}, {0x0, 0x0})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/expr.go:1416 +0x206
go/types.(*Checker).rawExpr(0xc000660a00, 0x0, 0xc000409ac0, {0x7593a8?, 0xc000411500?}, {0x0?, 0x0?}, 0x0)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/expr.go:979 +0x19e
go/types.(*Checker).expr(0xc000660a00, 0x758928?, 0xc000409ac0, {0x7593a8?, 0xc000411500?})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/expr.go:1513 +0x30
go/types.(*Checker).stmt(0xc000660a00, 0x0, {0x759558, 0xc000408c00})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/stmt.go:570 +0x11f2
go/types.(*Checker).stmtList(0xc000660a00, 0x0, {0xc000331a60?, 0x0?, 0x0?})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/stmt.go:121 +0x85
go/types.(*Checker).funcBody(0xc000660a00, 0x757ff0?, {0xc00064cac8?, 0x8e4b60?}, 0xc000409800, 0xc000411590, {0x0?, 0x0?})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/stmt.go:41 +0x331
go/types.(*Checker).funcDecl.func1()
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/decl.go:852 +0x3a
go/types.(*Checker).processDelayed(0xc000660a00, 0x0)
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/check.go:467 +0x162
go/types.(*Checker).checkFiles(0xc000660a00, {0xc0003ca1f0, 0x1, 0x1})
	/opt/hostedtoolcache/go/1.22.3/x64/src/go/types/check.go:411 +0x1cc
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, 0xc0006a7680)
	/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(0x6975712f6f672d63?, 0x746e692f6f672d63?)
	/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(0x4f70654422090a2c?, 0x7274203a22796c6e?)
	/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(0x69746963696c655f?)
	/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 246
	/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 ad5f239 into master May 29, 2024
8 checks passed
@achingbrain achingbrain deleted the achingbrain-patch-1 branch May 29, 2024 09:43
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