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 a bug in edge deletions #255

Merged
merged 1 commit into from
Sep 11, 2024
Merged

fix a bug in edge deletions #255

merged 1 commit into from
Sep 11, 2024

Conversation

bbrehm
Copy link
Contributor

@bbrehm bbrehm commented Sep 11, 2024

Cf the minimized regression test. What happened is that the diffgraph applier was missing a check to not overread deletions to the next seq, which could happen if the ordering of subseqs was unfortunate.

Mea culpa for this bug. cc @maltek , thanks for the bug report and reproducer!

Copy link
Contributor

@mpollmeier mpollmeier left a comment

Choose a reason for hiding this comment

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

"permit edge deletions with unfortunate ordering" 😄

@bbrehm bbrehm merged commit 2e05d59 into master Sep 11, 2024
1 check passed
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.

2 participants