summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2024-12-12[ruby/irb] Load history when starting a direct debug sessionJames Reid-Smith
2024-12-03[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls commandtomoya ishida
2024-11-26[ruby/irb] Fix indentation of xstring literaltomoya ishida
2024-11-19[ruby/irb] Don't use delegator to install helper methods to maintomoya ishida
2024-11-07Prevent a warning: ambiguous `/`Yusuke Endoh
2024-10-20[ruby/irb] Improve history test's encoding settingGo
2024-10-13[ruby/irb] Fix rendering test broken by conflicttomoya ishida
2024-10-12[ruby/irb] Make rendering test faster using updated yamatanoorotitomoya ishida
2024-10-11[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)Gert Goet
2024-10-06[ruby/irb] Change default completor from regexp to auto, trytomoya ishida
2024-10-05[ruby/irb] Hash#inspect style has changed in ruby 3.4Nobuyoshi Nakada
2024-10-02[ruby/irb] Use correct binding in debug modetomoya ishida
2024-09-24[ruby/irb] Use proper locale in history encoding testtomoya ishida
2024-09-20[ruby/irb] Fix debug command in nomultiline modetomoya ishida
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