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

pkg/dwarf/frame: fix FrameDescriptionEntries's Append #3433

Merged
merged 1 commit into from
Jul 5, 2023
Merged

pkg/dwarf/frame: fix FrameDescriptionEntries's Append #3433

merged 1 commit into from
Jul 5, 2023

Conversation

callthingsoff
Copy link
Contributor

@callthingsoff callthingsoff commented Jul 2, 2023

The current implementation has a bug to remove duplicates.
It can be implemented by using fast-slow pointers.

Fix: #3432

The current implementation has a bug to remove duplicates.
It can be implemented by using fast-slow pointers.
Copy link
Member

@aarzilli aarzilli left a comment

Choose a reason for hiding this comment

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

LGTM

@callthingsoff
Copy link
Contributor Author

Thanks. I noticed Aggregator (Delve) — TeamCity build failed. This error seems to have appeared in many previous PRs.

@aarzilli
Copy link
Member

aarzilli commented Jul 4, 2023

The windows/arm64 port has problems.

Copy link
Member

@derekparker derekparker left a comment

Choose a reason for hiding this comment

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

LGTM

@derekparker derekparker merged commit f016055 into go-delve:master Jul 5, 2023
@callthingsoff callthingsoff deleted the optimize_fdes_Append branch July 5, 2023 16:46
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.

pkg/dwarf/frame: FrameDescriptionEntries's Append cannot remove duplicates
3 participants