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

Match null placeholders using skewed index #4290

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. Match null placeholders using skewed index

    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 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    987b7bb View commit details
    Browse the repository at this point in the history