-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Vendor latest annotate-snippets #27033
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a4827e7
Vendor latest annotate-snippets
epage 8705d4b
Add API stubs for ruff divergences
epage 45f8145
Re-add ruff-specific tests
epage c295d3f
Update import references
epage 32e5d7f
Update workspace to latest API
epage 0225971
Test hide_snippet
epage b3cace3
Re-implement hidden snippets
epage 4c95047
Fix hidden snippets in unicode
epage b0c1f41
Re-implement renderer-level disabling of hyperlinks
epage c616fe5
Re-implement Jupyter cell index
epage 7f2ba63
Re-implement fixable mark
epage a2db3f2
Test lineno_offset
epage d3ff519
Re-implement lineno_offset
epage a630681
Re-implement anonymized lines in origins
epage 2a69d2e
Re-implement custom cut indicator
epage 37234dc
Test no_name/id combos
epage b3dc852
Match ruff's existing hidden severity behavior
epage 61a519a
Test newline issue
epage 516aac5
Force old newline behavior
epage a1ebaad
Force old indentation behavior
epage 9301e1d
Force old fold(false) default
epage 29446fa
Force old multi-line header behavior
epage b78869d
Force simd feature on by default
epage 32c46f1
Bless more characters being substituted
epage 4b62395
Bless removed pipes
epage dc06cb1
Bless origin location changes
epage 602a877
Bless underlining change
epage 4672619
Bless trailing whitespace
epage 84a1b5e
Bless snippets always being rendered, even when empty
epage af581ae
Bless fixes for respecting term width
epage b53c27a
Bless annotation location between newline and first character
epage 3f239d6
Bless new multi-line annotation markers
epage ece9c31
Bless slight newline behavior change
epage 5eec5d3
Bless blobs
epage File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ntBre is this the
format checkbugfix that you wanted to look into?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so. The root cause of #24528 is failing to attach spans to syntax error diagnostics, not a rendering issue.