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 struct typed memory observation's appending issue. #180

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

stellama0208
Copy link
Contributor

@chrisforbes
Copy link
Member

Haven't looked at this in detail, but I have verified that it fixes the case in the bug.

}
return simplified;
return nodes.values().stream().filter(n -> !appended.contains(n)).collect(Collectors.toList());
Copy link
Member

Choose a reason for hiding this comment

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

I think this is a pretty big hammer... but OK

Copy link
Member

Choose a reason for hiding this comment

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

The only real alternative would be to make a copy first and have appendPointedNodes remove from the copy.

}
return simplified;
return nodes.values().stream().filter(n -> !appended.contains(n)).collect(Collectors.toList());
Copy link
Member

Choose a reason for hiding this comment

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

The only real alternative would be to make a copy first and have appendPointedNodes remove from the copy.

@stellama0208 stellama0208 merged commit 9f81060 into google:master Mar 26, 2020
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.

3 participants