summaryrefslogtreecommitdiff
path: root/test/prism/snapshots
AgeCommit message (Expand)Author
2025-04-06Update prism test snapshots.nagachika
2023-12-16Revert all of commits after Prism 0.19.0 releaseHiroshi SHIBATA
2023-12-15[ruby/prism] String literal hash keys should be frozeneileencodes
2023-12-15[ruby/prism] Finish keyword hash node flag refactor by renaming flagUfuk Kayserilioglu
2023-12-15[ruby/prism] Invalid pinned locals in pattern matchingKevin Newton
2023-12-14[ruby/prism] Fix parse result for nesting pattern matchingKevin Newton
2023-12-14[ruby/prism] Fix the implementation of the flag on keyword hash nodesUfuk Kayserilioglu
2023-12-14[ruby/prism] Fix hash pattern restKevin Newton
2023-12-12[ruby/prism] Flag for attribute write on callsKevin Newton
2023-12-12[ruby/prism] Update tests and snapshotsUfuk Kayserilioglu
2023-12-11[ruby/prism] Regexp terminator escapesKevin Newton
2023-12-11[ruby/prism] Handle a non-interpolated dsym spanning a heredocKevin Newton
2023-12-11[ruby/prism] Split up CallNode in target positionKevin Newton
2023-12-11[ruby/prism] Fix to parse a (endless-)range with binary operatorsTSUYUSATO Kitsune
2023-12-08[ruby/prism] Add necessary encoding flags for symbols and regexKevin Newton
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[ruby/prism] Provide flags for changing encodingsKevin Newton
2023-12-06[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff
2023-12-06[ruby/prism] Update snapshotHaldun Bayhantopcu
2023-12-05[ruby/prism] Fix defined with new lineeileencodes
2023-12-05[ruby/prism] Add test casesTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix some corner casesTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix to parse command-style method calls more correctlyTSUYUSATO Kitsune
2023-12-01[ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-12-01[ruby/prism] Update snapshotsKevin Newton
2023-12-01[PRISM] Remove transparent scope nodesMatt Valentine-House
2023-12-01[ruby/prism] Add test/prism/snapshots/heredoc_with_comment.txtHiroshi SHIBATA
2023-11-30[ruby/prism] Fix lex_compat for `<<HEREDOC # comment` at EOFMartin Emde
2023-11-29[ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune
2023-11-28[ruby/prism] Implicit rest nodesKevin Newton
2023-11-28[ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff
2023-11-28[ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune
2023-11-28[ruby/prism] Fix to parse `*` as forwarding in `foo[*]` caseTSUYUSATO Kitsune
2023-11-27[ruby/prism] Fix and reuse pm_call_node_index_pTSUYUSATO Kitsune
2023-11-23[ruby/prism] Fix LocalVariableTargetNode depth in patternsTSUYUSATO Kitsune
2023-11-22[ruby/prism] Fix associativity of binary range with begin-less rangeTSUYUSATO Kitsune
2023-11-22[ruby/prism] Add and use pm_parser_local_depth_constant_idTSUYUSATO Kitsune
2023-11-22[ruby/prism] Allow `&` forwarding in a method having `...` parameterTSUYUSATO Kitsune
2023-11-22[ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze
2023-11-21[ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat elem...Jemma Issroff
2023-11-21[PRISM] Rename flag to CONTAINS_KEYWORD_SPLATJemma Issroff
2023-11-21[ruby/prism] Fix lex_state_beg_pHaldun Bayhantopcu
2023-11-21[ruby/prism] Remove string concat in favor of a flat listKevin Newton
2023-11-21[ruby/prism] Split up CaseNode and CaseMatchNodeKevin Newton
2023-11-20[ruby/prism] Fix locations derived from arguments.Haldun Bayhantopcu
2023-11-20[ruby/prism] Replace match write locals with match write targetsKevin Newton
2023-11-20[ruby/prism] Correctly parse the `resuce` modifier in the rhs of theHiroya Fujinami
2023-11-19[ruby/prism] Don't add an invalid identifier capture to localsHiroya Fujinami
2023-11-16[ruby/prism] Fix calls with splat without parenthesisHaldun Bayhantopcu