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

Fix #208 breaking changes to 'slices.SortFunc' #209

Closed

Conversation

KEINOS
Copy link

@KEINOS KEINOS commented Jul 27, 2023

Fix of the below error on module update (#208)

$ go test ./...
# github.com/multiformats/go-multiaddr
./multiaddr.go:223:25: type func(a Multiaddr, b Multiaddr) bool of func(a, b Multiaddr) bool {…} does not match inferred type func(a Multiaddr, b Multiaddr) int for func(a E, b E) int
FAIL    github.com/multiformats/go-multiaddr [build failed]
FAIL    github.com/multiformats/go-multiaddr/net [build failed]
FAIL

@KEINOS
Copy link
Author

KEINOS commented Jul 27, 2023

dup of #207

closing.

@KEINOS KEINOS closed this Jul 27, 2023
@KEINOS KEINOS deleted the fix208-SortFunc-breaking-change branch July 27, 2023 02:33
@KEINOS
Copy link
Author

KEINOS commented Sep 14, 2023

fixed in #210

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