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 prev_sibling indexing off-by-one #176

Merged
merged 1 commit into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. Fix prev_sibling indexing off-by-one

    The patch f06a2c9 changed the
    code to use skip instead of nth, which lead to an off-by-one
    bug that was uncovered by unit tests in ludtwig, see [1].
    
    [1]: MalteJanz/ludtwig#122
    
    Fixes: rust-analyzer#175
    milianw committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    84b1c8f View commit details
    Browse the repository at this point in the history