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

v3: eleminate GoType and Compare types #92

Merged
merged 2 commits into from
Aug 16, 2024
Merged

v3: eleminate GoType and Compare types #92

merged 2 commits into from
Aug 16, 2024

Conversation

shoenig
Copy link
Contributor

@shoenig shoenig commented Aug 16, 2024

The standard library now has cmp.Ordered and cmp.Compare which are
basically the same things. Replace our custom types with the standard
library types.

https://pkg.go.dev/cmp

Closes #89

The standard library now has `cmp.Ordered` and `cmp.Compare` which are
basically the same things. Replace our custom types with the standard
library types.

Closes #89
@shoenig shoenig marked this pull request as ready for review August 16, 2024 14:27
@shoenig shoenig requested review from tgross and jrasell August 16, 2024 14:28
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Co-authored-by: Tim Gross <tgross@hashicorp.com>
@shoenig shoenig merged commit 0c27445 into main Aug 16, 2024
4 checks passed
@shoenig shoenig deleted the treeset-go-types branch August 16, 2024 15:15
@costela costela mentioned this pull request Aug 16, 2024
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.

2 participants