summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-08-21[ruby/yarp] fix: parsing a '%' expression with a CR but not a newlineMike Dalessio
2023-08-21[ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo
2023-08-21Manually resync YARPJemma Issroff
2023-08-21[ruby/yarp] fix: newline tracking for nl-terminated % %q %QMike Dalessio
2023-08-21[ruby/yarp] fix: support newline-terminated regular expressionsMike Dalessio
2023-08-21[ruby/yarp] Change AndWriteNode, OrWriteNode, OperatorWriteNode to contain wr...Kevin Newton
2023-08-21[ruby/yarp] Consolidate OperatorAndWrite and OperatorOrWrite nodesKevin Newton
2023-08-21[ruby/yarp] handle missing HEREDOC endline at start of heredocHParker
2023-08-21[ruby/yarp] Ensure correct location with if/elsif, allow FOCUS env var, fix n...Kevin Newton
2023-08-21[ruby/yarp] Handle interpolated regular expressions with the o flag for local...Kevin Newton
2023-08-21[ruby/yarp] Update to latest unparserKevin Newton
2023-08-21[ruby/yarp] Update to latest whitequarkKevin Newton
2023-08-21[ruby/yarp] fix: newline tracking for nl-terminated % %q %QMike Dalessio
2023-08-21[ruby/yarp] prefactor: extract yp_newline_list_check_appendMike Dalessio
2023-08-21Manually move files from test/snapshots to test/yarp/snapshotsJemma Issroff
2023-08-21[ruby/yarp] fix: support newline-terminated regular expressionsMike Dalessio
2023-08-21[ruby/yarp] Update to latest seattlerbKevin Newton
2023-08-21[ruby/irb] Move input processing out of RubyLexStan Lo
2023-08-21[ruby/yarp] Add a convenience value method for numeric literalsBenoit Daloze
2023-08-21[rubygems/rubygems] Confirm verification warningsNobuyoshi Nakada
2023-08-20[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️
2023-08-20Tempfile is not neededNobuyoshi Nakada
2023-08-20[ruby/reline] Remove Timeout usageStan Lo
2023-08-20[rubygems/rubygems] Use assert_raise instead of assert_raisesSamuel Giddins
2023-08-20[rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl...Samuel Giddins
2023-08-19[rubygems/rubygems] Fix leaked tempfilesNobuyoshi Nakada
2023-08-19[ruby/yarp] Rename statements to body where appropriateKevin Newton
2023-08-18[ruby/yarp] Consolidate operator write nodesKevin Newton
2023-08-18[ruby/yarp] Consolidate OperatorAndWrite and OperatorOrWrite nodesKevin Newton
2023-08-18[ruby/yarp] fix: multiple heredocs with embedded expressions with newlinesMike Dalessio
2023-08-18[ruby/yarp] handle missing HEREDOC endline at start of heredocHParker
2023-08-18[rubygems/rubygems] Make nil a valid license specJohn Hong
2023-08-18[ruby/yarp] fix: unterminated % in argumentsMike Dalessio
2023-08-18[ruby/io-console] Avoid the influence of special variable `$/`Nobuyoshi Nakada
2023-08-18[ruby/io-console] Enable `getpass` methods alwaysNobuyoshi Nakada
2023-08-17[rubygems/rubygems] Raise Gem::Package::FormatError on EOF, indicating corrup...Martin Emde
2023-08-17Move total_freed_objects to size poolPeter Zhu
2023-08-17Move total_allocated_objects to size poolPeter Zhu
2023-08-17Resync YARP to https://github.com/ruby/yarp/commit/11ad3fb590Takashi Kokubun
2023-08-17Resync YARPTakashi Kokubun
2023-08-17YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)Maxime Chevalier-Boisvert
2023-08-16Move the PC regardless of the leaf flag (#8232)Takashi Kokubun
2023-08-17[ruby/yarp] Fix errors on locals test caused by LANG=CKevin Newton
2023-08-16[ruby/yarp] Omit locals test if running on a 32 bit machineJemma Issroff
2023-08-16Resync YARPTakashi Kokubun
2023-08-16[ruby/yarp] Add test for empty heredocKevin Newton
2023-08-16[ruby/yarp] Fixes so `bundle exec rake` can run on JRuby and TruffleRubyBenoit Daloze
2023-08-16[ruby/yarp] Test all methods of the YARP Ruby APIBenoit Daloze
2023-08-16[ruby/yarp] add a diagnostic for *rest in order after optional stateHParker
2023-08-16[ruby/yarp] More flip flop flagsKevin Newton