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: increment skew when we aren't removing the first pointer #4284

Merged
merged 3 commits into from
Feb 22, 2024

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    00b71c4 View commit details
    Browse the repository at this point in the history
  2. less agressive fix

    JoviDeCroock committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    94b0563 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Match null placeholders using skewed index (#4290)

    If we've skewed our matching before hitting a null placeholder (e.g. we've inserted or removed an unmatched node) then let's pick up matching null placeholders from the skewedIndex.
    
    Note I don't think we need to adjust the skew when we find a null placeholder, we treat it as
    "matching" the current node.
    andrewiggins authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b558242 View commit details
    Browse the repository at this point in the history