aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/bug_473.txt
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/prism] Expose common flags in inspect outputKevin Newton2024-07-111-2/+6
| | | | https://github.com/ruby/prism/commit/d0143865c2
* [ruby/prism] Freeze internal parts, againKevin Newton2024-03-261-0/+1
| | | | https://github.com/ruby/prism/commit/50372fee5c
* [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-19/+19
| | | | https://github.com/ruby/prism/commit/6e69a81737
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-221-2/+2
| | | | | | | | * 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 SPLAT flag on ArrayNode indicating if it contains splat ↵Jemma Issroff2023-11-211-1/+2
| | | | | | | | | element(s) This commit puts a SPLAT flag on any ArrayNodes which contain SplatNode elements https://github.com/ruby/prism/commit/2fc1e7f181
* [ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff2023-10-261-15/+16
| | | | | | | | | 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-1/+1
| | | | * https://github.com/ruby/prism/pull/1533
* Rename YARP filepaths to prism filepathsKevin Newton2023-09-271-0/+31