Skip to content
New issue

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

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

Already on GitHub? # to your account

Consistently use new Set type #1383

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Consistently use new Set type #1383

merged 1 commit into from
Feb 3, 2025

Conversation

anderseknert
Copy link
Member

This was added by @charlieegan3 yesterday, and I much prefer the ergonomics of this compared to using map[T]struct{} directly. So let's do it!

"go.buildFlags": [
"-tags",
"e2e"
]
Copy link
Member Author

Choose a reason for hiding this comment

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

This was needed to have the cli_test.go file compiled / checked by VS Code.

This was added by @charlieegan3 yesterday, and I
much prefer the ergonomics of this compared to using
`map[T]struct{}` directly. So let's do it!

Signed-off-by: Anders Eknert <anders@styra.com>
Copy link
Member

@charlieegan3 charlieegan3 left a comment

Choose a reason for hiding this comment

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

This looks really nice!

@charlieegan3 charlieegan3 merged commit ba53d75 into main Feb 3, 2025
5 checks passed
@charlieegan3 charlieegan3 deleted the set branch February 3, 2025 16:01
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants