aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/unparser/corpus/semantic/dstr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename YARP filepaths to prism filepathsKevin Newton2023-09-271-547/+0
|
* [ruby/yarp] Print locations using line / col instead of offsetsJemma Issroff2023-09-201-300/+300
| | | | | | | | This commit changes printing of locations to use the format (start_line,start_column)-(end_line,end_column) instead of using offsets. https://github.com/ruby/yarp/commit/c078696e22
* [ruby/yarp] Add a frozen string flagKevin Newton2023-09-141-0/+51
| | | | https://github.com/ruby/yarp/commit/09248a1f9e
* [ruby/yarp] Extract out heredoc parsing into parse_stringsKevin Newton2023-09-141-4/+4
| | | | https://github.com/ruby/yarp/commit/c5a1094988
* [ruby/yarp] Heredocs can create Interpolated(X)StringNodes orJemma Issroff2023-09-121-68/+44
| | | | | | | | | | | | (X)StringNodes (https://github.com/ruby/yarp/pull/1427) Prior to this commit, heredocs were automatically InterpolatedNodes regardless of whether there was actually interpolation. With this commit, heredocs are only interpolate if there is actually interpolation https://github.com/ruby/yarp/commit/e9f436128b
* [ruby/yarp] Update pretty_print to use inspectKevin Newton2023-09-111-256/+520
| | | | https://github.com/ruby/yarp/commit/c2b9b780c7
* [ruby/yarp] Add global variables to the constant poolKevin Newton2023-09-011-1/+1
| | | | https://github.com/ruby/yarp/commit/b48067b067
* [ruby/yarp] Add class variables to the constant poolKevin Newton2023-08-301-1/+1
| | | | https://github.com/ruby/yarp/commit/be5cb60c83
* [ruby/yarp] Fix instance variable constant namesKevin Newton2023-08-301-2/+2
| | | | https://github.com/ruby/yarp/commit/1f94f55fcb
* [ruby/yarp] Add instance variable names to the constant poolKevin Newton2023-08-291-2/+4
| | | | https://github.com/ruby/yarp/commit/f049932c44
* Resync YARPTakashi Kokubun2023-08-171-31/+28
|
* [ruby/yarp] Fix string concat parsingKevin Newton2023-08-161-5/+5
| | | | https://github.com/ruby/yarp/commit/58f839a3eb
* [Feature #19741] Sync all files in yarpJemma Issroff2023-06-211-0/+257
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