aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/op_asgn_command_call.txt
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/prism] Expose common flags in inspect outputKevin Newton2024-07-111-1/+4
| | | | https://github.com/ruby/prism/commit/d0143865c2
* [ruby/prism] Regenerate snapshots using integer valuesKevin Newton2024-02-221-1/+2
|
* [ruby/prism] Ignore visibility flagKevin Newton2024-01-021-1/+1
| | | | https://github.com/ruby/prism/commit/55b049ddac
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-061-8/+8
| | | | https://github.com/ruby/prism/commit/6e69a81737
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-221-4/+4
| | | | | | | | * The same order as in source code. * CallOrWriteNode, CallOperatorWriteNode, CallAndWriteNode already have the correct order so it was also inconsistent with them. https://github.com/ruby/prism/commit/4434e4bc22
* [ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff2023-10-261-3/+4
| | | | | | | | | Method calls with keyword splat args compile differently than without since they merge the keyword arg hash with the keyword splat hash. We know this information at parse time, so can set a flag which the compiler can use. https://github.com/ruby/prism/commit/e5f8a9a3cd
* Sync with prism CallNode#name changesBenoit Daloze2023-10-021-2/+2
| | | | * https://github.com/ruby/prism/pull/1533
* Rename YARP filepaths to prism filepathsKevin Newton2023-09-271-0/+35