aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/procs.txt
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/yarp] Mark empty flags as well as locations and blocksNobuyoshi Nakada2023-09-131-1/+1
| | | | https://github.com/ruby/yarp/commit/b74ce35379
* [ruby/yarp] Move the post required parameters after the rest parameterBenoit Daloze2023-09-121-7/+7
| | | | | | * See https://github.com/ruby/yarp/issues/1436 https://github.com/ruby/yarp/commit/6f4e9ff940
* [ruby/yarp] Provide a flag for the integer baseKevin Newton2023-09-111-0/+3
| | | | https://github.com/ruby/yarp/commit/45dd046b83
* [ruby/yarp] Update pretty_print to use inspectKevin Newton2023-09-111-242/+372
| | | | https://github.com/ruby/yarp/commit/c2b9b780c7
* [ruby/yarp] Constants on rest parameter nodesKevin Newton2023-09-071-3/+3
| | | | https://github.com/ruby/yarp/commit/a6fdb8aae9
* [ruby/yarp] Constants on keyword rest parametersKevin Newton2023-09-071-2/+2
| | | | https://github.com/ruby/yarp/commit/5e1a8fbc54
* [ruby/yarp] Constants on keyword parametersKevin Newton2023-09-071-6/+6
| | | | https://github.com/ruby/yarp/commit/d2d4f25a23
* [ruby/yarp] Constant on block parameter nodeKevin Newton2023-09-061-3/+3
| | | | https://github.com/ruby/yarp/commit/2cd9a67150
* [ruby/yarp] Introduce a BlockLocalVariableNodeKevin Newton2023-09-051-1/+3
| | | | | | | | | | | | This is a tradeoff that I think is worth it. Right now we have a location list that tracks the location of each of the block locals. Instead, I'd like to make that a node list that has a proper node in each spot in the list. In doing so, we eliminate the need to have a location list at all, making it simpler on all of the various consumers as we have one fewer field type. There should be minimal memory implications here since this syntax is exceedingly rare. https://github.com/ruby/yarp/commit/04d329ddf0
* [ruby/yarp] Track block opening and closing locationsKevin Newton2023-08-251-0/+22
| | | | https://github.com/ruby/yarp/commit/7984e4ddc7
* Resync YARPTakashi Kokubun2023-08-161-2/+2
|
* [Feature #19741] Sync all files in yarpJemma Issroff2023-06-211-0/+218
This commit is the initial sync of all files from ruby/yarp into ruby/ruby. Notably, it does the following: * Sync all ruby/yarp/lib/ files to ruby/ruby/lib/yarp * Sync all ruby/yarp/src/ files to ruby/ruby/yarp/ * Sync all ruby/yarp/test/ files to ruby/ruby/test/yarp