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: update /x/exp package and fix sorting #207

Closed
wants to merge 1 commit into from

Commits on Jul 26, 2023

  1. fix: update /x/exp package and fix sorting

    Update /x/exp to match the go 1.21 "slices" package.
    
    The signature of slices.SortFunc changed to now require the function return an
    integer instead of a boolean for sorting. Fix the call to slices.SortFunc.
    
    This fixes the build on Go 1.21 when downstream projects import a newer version
    of /x/exp than the current version of multiaddr.
    
    Signed-off-by: Christian Stewart <[email protected]>
    paralin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4393ad6 View commit details
    Browse the repository at this point in the history