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

Sort indexes during graph edge removal #4649

Merged
merged 1 commit into from
Jun 29, 2024
Merged

Sort indexes during graph edge removal #4649

merged 1 commit into from
Jun 29, 2024

Conversation

charliermarsh
Copy link
Member

Summary

remove_edge will invalidate the last index in the graph, so we need to ensure that each index we look at is "earlier" than the last.

@charliermarsh charliermarsh added the bug Something isn't working label Jun 29, 2024
@charliermarsh
Copy link
Member Author

Will be made redundant with #4645.

@bluss
Copy link
Contributor

bluss commented Jun 29, 2024

could have a co-authored-by byline, github knows those :)

Co-authored-by: bluss <bluss@users.noreply.github.com>
@charliermarsh charliermarsh merged commit 8d9b4a5 into main Jun 29, 2024
47 checks passed
@charliermarsh charliermarsh deleted the charlie/s branch June 29, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants