Fix Ruby grammar conformance gaps - #299
Closed
tarebyte wants to merge 3 commits into
Closed
Conversation
* Add Prism syntax conformance testing * Harden Prism conformance gate
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: d800609e-6d1c-43d3-8811-d59ad9495420
Author
|
Sorry this was meant for my fork for testing. |
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
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.
Summary
References
defwith a command call as right-hand side #242, fixes Parse error in anonymous block arguments #244, fixes bug: Unary plus should parse the same way as unary minus. #281, and fixes bug: Parser error when forwarding an anonymous block to another function without surrounding with parenthesis (ampersand &) #290.bool = not trueremains accepted because it is valid Ruby.string_content#285, Allow for more valid method calls with block arguments #291, Fix Unicode symbol scanning #293, Reject multiple values in parenthesized return #294, and Support percent string equals delimiter #295, plus the endless-method, return, and range portions of add some important features from ruby > 3.0 and solve some issue #282.array.hrefresh from Sync vendored array.h to the tree-sitter 0.26.4+ template #298.Validation