summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2024-01-25[ruby/irb] diabled ==> disabledydah
2024-01-25[ruby/irb] overrided ==> overriddenydah
2024-01-23Fixup 2e69137dbe9fd7c03dac9b8adc30a7eba3ecb10bHiroshi SHIBATA
2024-01-22Use version dependant library for completion testHiroshi SHIBATA
2024-01-08[ruby/irb] Make SourceFinder ignore binary sourcesStan Lo
2024-01-03[ruby/irb] Avoid completing empty inputStan Lo
2024-01-01[ruby/irb] Make show_source resolve top-level constant namesStan Lo
2024-01-01[ruby/irb] Fix display_document params in noautocomplete modetomoya ishida
2024-01-01[ruby/irb] test_recovery_sigint: Ensure precondition is metSorah Fukumori
2024-01-01[ruby/irb] Remove redundant env cleanup in rendering testStan Lo
2023-12-20[ruby/irb] Warn users about errors in loading RC filesStan Lo
2023-12-13[ruby/irb] Remove unused lvar in mesure command testtomoya ishida
2023-12-13[ruby/irb] Warn and do nothing if block is passed to measure commandtomoya ishida
2023-12-12Save $VERBOSE properlyNobuyoshi Nakada
2023-12-12Prevent a warning: setting Encoding.default_externalYusuke Endoh
2023-12-10[ruby/irb] Simplify show_source's super calculationStan Lo
2023-12-03[ruby/irb] Disable pager in eval_history testtomoya ishida
2023-12-02[ruby/irb] Implement `history` commandGary Tou
2023-12-01[ruby/irb] Scrub past history input before splithogelog
2023-11-30[ruby/irb] Page evaluation result's outputStan Lo
2023-11-29[ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida
2023-11-28[ruby/irb] Change show_source tests into integration testsPeter Zhu
2023-11-28[ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece
2023-11-28[ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki
2023-11-27[ruby/irb] Hide debugger hint after the input is submittedStan Lo
2023-11-26[ruby/irb] Display aliases in help messageStan Lo
2023-11-26[ruby/irb] Support disabling pagerStan Lo
2023-11-25[ruby/irb] Fix exception(backtrace=nil) prints nothingtomoya ishida
2023-11-25[ruby/irb] Fix flaky test casehogelog
2023-11-23[ruby/irb] Handle handle_exception's exceptiontomoya ishida
2023-11-23[ruby/irb] Hint debugger command in irb:rdbg sessionStan Lo
2023-11-21[ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi
2023-11-18[ruby/irb] Fix irb crash on `{}.` completiontomoya ishida
2023-11-15Fix IRB tests (#8925)Hiroshi SHIBATA
2023-11-15Fixup da2c2931a60Hiroshi SHIBATA
2023-11-15Skip Type completion tests related with IRB::VERSIONHiroshi SHIBATA
2023-11-15Revert "Tests of irb is still broken."Hiroshi SHIBATA
2023-11-10Tests of irb is still broken.Hiroshi SHIBATA
2023-11-10[ruby/irb] Revert "Skip TypeCompletion test in ruby ciHiroshi SHIBATA
2023-11-09[ruby/irb] Add command line option to select which completor to usetomoya ishida
2023-11-08[ruby/irb] Skip TypeCompletion test in ruby citomoya ishida
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
2023-10-30[ruby/irb] Use IRB's own doc for doc dialog testsStan Lo
2023-10-21[ruby/irb] Minor refactors around irb.rbStan Lo
2023-10-16[ruby/irb] Suppress "Switch to inspect mode" messagesNobuyoshi Nakada
2023-10-14[ruby/irb] Restore encoding in InputCompletor testtomoya ishida
2023-10-14[ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida
2023-10-12[ruby/irb] Fix require path completion disturbing string methodtomoya ishida
2023-10-12[ruby/irb] Fix test runner exit bugtomoya ishida
2023-10-12[ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida