summaryrefslogtreecommitdiff
path: root/test/prism/errors_test.rb
AgeCommit message (Expand)Author
2023-11-22[ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze
2023-11-21[ruby/prism] Fix `..` and `...` to be non-associativeHiroya Fujinami
2023-11-21[ruby/prism] Warning for ENDs in methodsHaldun Bayhantopcu
2023-11-21[ruby/prism] Check a token after targets more strictlyHiroya Fujinami
2023-11-21[ruby/prism] Build the ability to format errorsKevin Newton
2023-11-21[ruby/prism] Split up CaseNode and CaseMatchNodeKevin Newton
2023-11-20[ruby/prism] Disallow defining a numbered parameter methodKevin Newton
2023-11-20[ruby/prism] Fix parsing `...` in argumentsHiroya Fujinami
2023-11-17[ruby/prism] Do not allow trailing commas in calls without parenthesisHaldun Bayhantopcu
2023-11-14Resync prism delete bin/dotKevin Newton
2023-11-14[ruby/prism] Check value expressions on creating a nodeTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on creating a nodeTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Add parse_value_expressionTSUYUSATO Kitsune
2023-11-13[ruby/prism] Add tests for error cases on #1791, #1807, and #1810TSUYUSATO Kitsune
2023-11-10[ruby/prism] Remove extra locals added by ...Kevin Newton
2023-11-01[ruby/prism] Disallow assigning to numbered parameters in regexpKevin Newton
2023-11-01[ruby/prism] Flip incorrect names of OptionalKeywordParameterNode and Require...Jemma Issroff
2023-11-01[ruby/prism] Split KeywordParameterNode into Optional and RequiredJemma Issroff
2023-10-26[ruby/prism] Ensure no extra multi-target nodes are created for splatsKevin Newton
2023-10-26[ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff
2023-10-18[ruby/prism] Add * and & to methods with ...Kevin Newton
2023-10-13[ruby/prism] Fix up PR failingsKevin Newton
2023-10-12[ruby/prism] Fix parsing symbols in strings after labelsHaldun Bayhantopcu
2023-10-06[ruby/prism] Emit error when assigning to a numbered parameterHaldun Bayhantopcu
2023-10-05[ruby/prism] Check for duplicate parameter names in destructured paramsHaldun Bayhantopcu
2023-10-05[ruby/prism] Check for duplicate names in shadow argsHaldun Bayhantopcu
2023-10-05[ruby/prism] Fix parsing shadow args in lambda blocksHaldun Bayhantopcu
2023-10-02Sync with prism CallNode#name changesBenoit Daloze
2023-09-28[ruby/prism] Check whether the predicate is closed for conditionalsHaldun Bayhantopcu
2023-09-28[ruby/prism] Check for a semicolon or a newline after the inheritance operatorHaldun Bayhantopcu
2023-09-28[ruby/prism] Fix assertion failure for fwd params after restHaldun Bayhantopcu
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton