summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2024-09-03[ruby/irb] Fix easter_egg run without RDoc, fix input-method testtomoya ishida
2024-09-01Skip show_doc tests if RDoc is not availableHiroshi SHIBATA
2024-08-29Surpressing 'unknown command: “Switch to inspect mode.”' messageHiroshi SHIBATA
2024-08-28[ruby/irb] Make colorize test pass with NO_COLOR env settomoya ishida
2024-08-28[ruby/irb] Colorize command inputtomoya ishida
2024-08-04[ruby/irb] Remove Ruby version checksRicardo Trindade
2024-07-18[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loadingtomoya ishida
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-07-05[ruby/irb] Return only commands when completing help command'sStan Lo
2024-07-03[ruby/irb] Introduce cd commandStan Lo
2024-06-30[ruby/irb] Allow assigning and using local variable name conflictingtomoya ishida
2024-06-18[ruby/irb] Improve how command calls' return value is handledStan Lo
2024-06-12[ruby/irb] Invalid encoding symbol now raises SyntaxError also intomoya ishida
2024-06-12[ruby/irb] Cleanup irbrc generator cache always at teardowntomoya ishida
2024-06-09[ruby/irb] Suppress Ruby warnings in certain backtrace filteringStan Lo
2024-06-05[ruby/irb] Add accidentally dropped disable_irb command backStan Lo
2024-05-12[ruby/irb] Clean up tmpdirNobuyoshi Nakada
2024-05-10[ruby/irb] Add a new initialization step to validate IRB.conf'sStan Lo
2024-05-05[ruby/irb] Clarify that the context is IRB contextStan Lo
2024-05-04[ruby/irb] Improve help message for no meta commandsStan Lo
2024-05-04[ruby/irb] Use flag instead of caller for `debug`'s binding.irbStan Lo
2024-05-03[ruby/irb] Avoid raising errors while running help for customKenichi Kamiya
2024-05-03[ruby/irb] Fix typos in test/irb/command/test_custom_command.rbKenichi Kamiya
2024-05-02Sync IRB 241e061Stan Lo
2024-05-01[ruby/irb] Support `IRB.conf[:BACKTRACE_FILTER]`Stan Lo
2024-04-30[ruby/irb] Restore MAIN_CONTEXT correctlytomoya ishida
2024-04-26[ruby/irb] Suppress command return valuesStan Lo
2024-04-26[ruby/irb] Command registration should take both strings and symbolsStan Lo
2024-04-24[ruby/irb] Memoize helper method instances with Singleton moduleStan Lo
2024-04-24[ruby/irb] Revert "Memoize helper method instances with Singleton module"Stan Lo
2024-04-24[ruby/irb] Memoize helper method instances with Singleton moduleStan Lo
2024-04-23Sync IRB f9347b1 (#10611)Stan Lo
2024-04-20[ruby/irb] Stop using ExtendCommandBundle internallyStan Lo
2024-04-20[ruby/irb] Remove exit command workaround, handle IRB_EXIT intomoya ishida
2024-04-19[ruby/irb] Add MultiIRB commands testKuniaki Igarashi
2024-04-18[ruby/irb] Fix % escape in prompt formattomoya ishida
2024-04-18[ruby/irb] Accept " " for colorizing "\t" testtomoya ishida
2024-04-14[ruby/irb] Allow defining custom commands in IRBStan Lo
2024-04-12[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-03-25[ruby/irb] Cache RDoc::RI::Driver.newtomoya ishida
2024-03-24[ruby/irb] Fix indent test for new relinetomoya ishida
2024-03-16[ruby/irb] Fix irb_history saved to current directorytomoya ishida
2024-03-06[ruby/irb] Clear temporary directoriesNobuyoshi Nakada
2024-03-06[ruby/irb] Prevent `irb_history`'s creation during HistoryTestStan Lo
2024-03-05[ruby/irb] Add the ability to fetch and load multiple irb files.Haroon Ahmed
2024-03-01[ruby/irb] Escape closing square brackets in regexpPeter Zhu
2024-03-01[ruby/irb] Restructure workspace managementStan Lo
2024-02-19Omit a bizzarre test in IRBNobuyoshi Nakada
2024-02-19Load rubygems explicitly for tests of test/irbHiroshi SHIBATA