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

hotfix(core): properly store spans in PatternLinter cache #926

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

elijah-potter
Copy link
Collaborator

@elijah-potter elijah-potter commented Mar 17, 2025

Issues

Description

The PatternLinter cache previously assumed that document chunks would never move. This was incorrect and has been rectified.

Demo

Before this PR, lint results would slide around as the document would be modified.

image

Now they're rock-solid.

image

How Has This Been Tested?

Checklist

  • I have performed a self-review of my own code
  • I have added tests to cover my changes

@elijah-potter elijah-potter merged commit 0bd1996 into master Mar 17, 2025
22 checks passed
@elijah-potter elijah-potter deleted the fix-cache branch March 17, 2025 21:31
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.

1 participant