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 missing return value receiver when using Go's slices.Compact #1771

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

git-hulk
Copy link
Member

This closes #1770

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

Thank you!

Merging..

While I'm curious why we don't get a failure previously.

@tisonkun tisonkun merged commit 49c6248 into apache:unstable Sep 20, 2023
26 checks passed
@tisonkun tisonkun mentioned this pull request Sep 20, 2023
2 tasks
@git-hulk
Copy link
Member Author

Thank you!

Merging..

While I'm curious why we don't get a failure previously.

Guess we don't have duplicate elements when scanning, so slices.Compact would do nothing.

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.

slices.Compact
5 participants