forked from raghav-deepsource/tree-sitter-java
-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: merge with upstream master #2
Merged
Merged
Conversation
This file contains 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
Parse text blocks which may contain " (double quotes)
feat: support distinguishing escape sequences inside strings, fix multiline strings
This seems to be a leftover of tree-sitter#137. Fixes tree-sitter#141
…entifier This change partially reverts a change from tree-sitter#125 which caused the regression. The test case introduced by tree-sitter#125 still exists and works. Fixes tree-sitter#138
Remove deprecated actions
…le-declaration fix, Local variable declaration with generic types and scoped type id…
create a cmake config to enable building this as lib for Visual Studio buildchain
…atement and while_statement
…on-expression Introduce condition alias for capturing the conditions
Create CMakeLists.txt for Windows builds
ci: bump action & node versions
Fixes issues where a binary bitwise expression could be interpreted as a cast expression
fix: rework decimal logic to properly parse octal numbers fix: make cast expression values with ampersands stricter
…e-sitter-java into merge-upstream-master
anto-deepsource
changed the title
Merge upstream master
chore: merge with upstream master
Apr 17, 2024
srijanpaul-deepsource
approved these changes
May 6, 2024
srijan-deepsource
approved these changes
May 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge with upstream changes to support Java 21.
Ignore the failing tests.
We never added tests for the changes in grammar that we did.
These tests fail in master as well.