aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Disable pager in eval_history testtomoya ishida2023-12-031-0/+1
* [ruby/irb] Implement `history` commandGary Tou2023-12-021-0/+64
* [ruby/irb] Scrub past history input before splithogelog2023-12-011-2/+19
* [ruby/irb] Page evaluation result's outputStan Lo2023-11-305-11/+50
* [ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida2023-11-296-1086/+84
* [ruby/irb] Change show_source tests into integration testsPeter Zhu2023-11-282-228/+263
* [ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece2023-11-281-0/+138
* [ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki2023-11-281-0/+9
* [ruby/irb] Hide debugger hint after the input is submittedStan Lo2023-11-271-2/+6
* [ruby/irb] Display aliases in help messageStan Lo2023-11-261-0/+10
* [ruby/irb] Support disabling pagerStan Lo2023-11-263-10/+7
* [ruby/irb] Fix exception(backtrace=nil) prints nothingtomoya ishida2023-11-251-5/+2
* [ruby/irb] Fix flaky test casehogelog2023-11-251-6/+4
* [ruby/irb] Handle handle_exception's exceptiontomoya ishida2023-11-231-2/+23
* [ruby/irb] Hint debugger command in irb:rdbg sessionStan Lo2023-11-231-0/+42
* [ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi2023-11-211-0/+28
* [ruby/irb] Fix irb crash on `{}.` completiontomoya ishida2023-11-182-2/+17
* Fix IRB tests (#8925)Hiroshi SHIBATA2023-11-152-10/+11
* Fixup da2c2931a60Hiroshi SHIBATA2023-11-151-10/+8
* Skip Type completion tests related with IRB::VERSIONHiroshi SHIBATA2023-11-152-3/+5
* Revert "Tests of irb is still broken."Hiroshi SHIBATA2023-11-155-9/+0
* Tests of irb is still broken.Hiroshi SHIBATA2023-11-105-0/+9
* [ruby/irb] Revert "Skip TypeCompletion test in ruby ciHiroshi SHIBATA2023-11-105-9/+0
* [ruby/irb] Add command line option to select which completor to usetomoya ishida2023-11-091-0/+16
* [ruby/irb] Skip TypeCompletion test in ruby citomoya ishida2023-11-085-0/+9
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-087-5/+1107
* [ruby/irb] Use IRB's own doc for doc dialog testsStan Lo2023-10-301-16/+20
* [ruby/irb] Minor refactors around irb.rbStan Lo2023-10-211-4/+4
* [ruby/irb] Suppress "Switch to inspect mode" messagesNobuyoshi Nakada2023-10-161-0/+1
* [ruby/irb] Restore encoding in InputCompletor testtomoya ishida2023-10-141-0/+2
* [ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida2023-10-141-0/+25
* [ruby/irb] Fix require path completion disturbing string methodtomoya ishida2023-10-121-0/+3
* [ruby/irb] Fix test runner exit bugtomoya ishida2023-10-122-10/+5
* [ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida2023-10-122-23/+23
* [ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida2023-10-112-156/+170
* [ruby/irb] Clear all context usages in RubyLexStan Lo2023-10-042-28/+10
* [ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida2023-09-304-3/+5
* [ruby/irb] Disable pager in show-source testtomoya ishida2023-09-261-20/+4
* [ruby/irb] Page show_source's outputStan Lo2023-09-221-6/+8
* [ruby/irb] Test should not depend on user's irbrc file specified bytomoya ishida2023-09-171-0/+1
* [ruby/irb] Test should not depend on user's irbrc filetomoya ishida2023-09-161-0/+4
* [ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder2023-09-161-36/+57
* [ruby/irb] Improve help/show_cmds message during debuggerStan Lo2023-08-291-0/+33
* [ruby/irb] Add --nomultiline indent and prompt testtomoya ishida2023-08-291-0/+29
* [ruby/irb] Fix test warnings (https://github.com/ruby/irb/pull/698)Stan Lo2023-08-292-2/+2
* [ruby/irb] Print deprecation message for prompt_n methodsStan Lo2023-08-291-0/+12
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-293-15/+6
* [ruby/irb] Fix deprecation test when ran multiple timesPeter Zhu2023-08-261-4/+3
* [ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo2023-08-242-10/+18
* [ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo2023-08-213-6/+37