summaryrefslogtreecommitdiff
path: root/test/yarp/errors_test.rb
AgeCommit message (Collapse)Author
2023-08-18[ruby/yarp] fix: unterminated % in argumentsMike Dalessio
https://github.com/ruby/yarp/commit/efb3102369
2023-08-16Resync YARPTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/8226
2023-08-16[ruby/yarp] Fixes so `bundle exec rake` can run on JRuby and TruffleRubyBenoit Daloze
https://github.com/ruby/yarp/commit/e6cea4fa08 Notes: Merged: https://github.com/ruby/ruby/pull/8226
2023-08-16[ruby/yarp] add a diagnostic for *rest in order after optional stateHParker
https://github.com/ruby/yarp/commit/908244ba12 Notes: Merged: https://github.com/ruby/ruby/pull/8226
2023-07-26[ruby/yarp] Fix testsHaldun Bayhantopcu
https://github.com/ruby/yarp/commit/50e745767e
2023-07-26[ruby/yarp] Added locations to errors testsHaldun Bayhantopcu
https://github.com/ruby/yarp/commit/108d1221ef
2023-07-12YARP resync (#8059)Jemma Issroff
Notes: Merged-By: jemmaissroff
2023-06-21[Feature #19741] Sync all files in yarpJemma Issroff
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 Notes: Merged: https://github.com/ruby/ruby/pull/7964