aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_context.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Page evaluation result's outputStan Lo2023-11-301-0/+1
* [ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida2023-11-291-6/+1
* [ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki2023-11-281-0/+9
* Revert "Tests of irb is still broken."Hiroshi SHIBATA2023-11-151-1/+0
* Tests of irb is still broken.Hiroshi SHIBATA2023-11-101-0/+1
* [ruby/irb] Revert "Skip TypeCompletion test in ruby ciHiroshi SHIBATA2023-11-101-1/+0
* [ruby/irb] Skip TypeCompletion test in ruby citomoya ishida2023-11-081-0/+1
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-081-0/+18
* [ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida2023-10-121-4/+4
* [ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida2023-09-301-1/+1
* [ruby/irb] Fix test warnings (https://github.com/ruby/irb/pull/698)Stan Lo2023-08-291-1/+1
* [ruby/irb] Print deprecation message for prompt_n methodsStan Lo2023-08-291-0/+12
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-291-1/+0
* [ruby/irb] Move assignment check to RubyLexStan Lo2023-08-111-53/+0
* [ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida2023-06-271-14/+0
* [ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo2023-06-131-1/+1
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-1/+0
* [ruby/irb] Support inspecting BasicObjectStan Lo2023-03-131-1/+13
* [ruby/irb] Remove no longer necessary TruffleRuby test exclusions.Kevin Menard2023-03-031-3/+1
* [ruby/irb] Fix prompt test not to change STDIO.external_encodingtomoya ishida2023-03-031-3/+5
* [ruby/irb] Fix warnings because of `@context.main.delete`Nobuyoshi Nakada2023-03-031-2/+5
* [ruby/irb] Handle long inspect and control character in prompttomoya ishida2023-03-021-0/+17
* [ruby/irb] Provide more useful message whenStan Lo2023-02-271-5/+57
* [ruby/irb] Make tests more compatible with TruffleRubyStan Lo2023-02-091-9/+4
* Drop Ruby 2.5 supportst00122022-11-171-3/+3
* [ruby/irb] Remove duplicated TestInputMethod definitionsst00122022-11-151-26/+0
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-031-2/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-0/+10
* [ruby/irb] Properly reset USE_COLORIZE after changing it in testsst00122022-06-291-106/+118
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-18/+28
* [ruby/irb] Set prompt mode explictlyNobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Require stringio to use StringIONobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones2022-06-261-4/+12
* [ruby/irb] Check colorize option correctly to clear char attr and don't use i...aycabta2021-12-211-1/+5
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+22
* [ruby/irb] Relax backtrace nest levelsNobuyoshi Nakada2021-08-301-6/+4
* [ruby/irb] Added the extra stdout message with test-unitHiroshi SHIBATA2021-08-301-2/+6
* [ruby/irb] Use capture_output instead of capture_ioHiroshi SHIBATA2021-08-301-18/+18
* [ruby/irb] Use pend instead of skipHiroshi SHIBATA2021-08-301-7/+7
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-0/+1
* [ruby/irb] follow up the actual line numberNobuhiro IMAI2021-02-031-0/+21
* [ruby/irb] Stub a screen size for test_contextTakashi Kokubun2021-01-191-0/+11
* [ruby/irb] Support GitHub ActionsTakashi Kokubun2021-01-181-3/+3
* [ruby/irb] skip a failling test on TruffleRubyNobuhiro IMAI2021-01-181-0/+1
* [ruby/irb] handle repeated exception separatelyNobuhiro IMAI2021-01-181-0/+18
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-081-0/+66
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-081-1/+62
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-8/+15
* [ruby/irb] Fix failing testsTakashi Kokubun2020-12-281-3/+3
* [ruby/irb] Skip the few failing tests on TruffleRubyBenoit Daloze2020-12-171-0/+2