summaryrefslogtreecommitdiff
path: root/test/irb/test_context.rb
AgeCommit message (Expand)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-22[ruby/irb] Show a quick preview of inspect result before pagertomoya 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-06[ruby/irb] Change default completor from regexp to auto, trytomoya ishida
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-04-18[ruby/irb] Fix % escape in prompt formattomoya ishida
2024-04-12[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-02-19Omit a bizzarre test in IRBNobuyoshi Nakada
2024-02-19Load rubygems explicitly for tests of test/irbHiroshi SHIBATA
2024-02-19[ruby/irb] Fix `irb:rdbg` for ruby headStan Lo
2024-02-19[ruby/irb] Update error message assertions for Ruby 3.4Stan Lo
2024-02-19Revert 25d74b9527cd525042ad0b612b794fa331d3a318 at test/irbHiroshi SHIBATA
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-02-13[ruby/irb] Refactor eval_path and `SourceFinder::Source`Stan Lo
2024-02-12[ruby/irb] Powerup show_source by enabling RubyVM.keep_script_linestomoya ishida
2024-02-06[ruby/irb] Fix usage of tracer gem and add testsNuno Silva
2024-01-31[ruby/irb] Omit 2 encoding error related tests for TruffleRubyStan Lo
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] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki
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-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-12[ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida
2023-09-30[ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida
2023-08-29[ruby/irb] Fix test warnings (https://github.com/ruby/irb/pull/698)Stan Lo
2023-08-29[ruby/irb] Print deprecation message for prompt_n methodsStan Lo
2023-08-29[ruby/irb] Remove unused `PROMPT_N`Summer ☀️
2023-08-11[ruby/irb] Move assignment check to RubyLexStan Lo
2023-06-27[ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida
2023-06-13[ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-03-13[ruby/irb] Support inspecting BasicObjectStan Lo
2023-03-03[ruby/irb] Remove no longer necessary TruffleRuby test exclusions.Kevin Menard
2023-03-03[ruby/irb] Fix prompt test not to change STDIO.external_encodingtomoya ishida
2023-03-03[ruby/irb] Fix warnings because of `@context.main.delete`Nobuyoshi Nakada
2023-03-02[ruby/irb] Handle long inspect and control character in prompttomoya ishida
2023-02-27[ruby/irb] Provide more useful message whenStan Lo
2023-02-09[ruby/irb] Make tests more compatible with TruffleRubyStan Lo
2022-11-17Drop Ruby 2.5 supportst0012
2022-11-15[ruby/irb] Remove duplicated TestInputMethod definitionsst0012
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-06-29[ruby/irb] Properly reset USE_COLORIZE after changing it in testsst0012
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-26[ruby/irb] Set prompt mode explictlyNobuyoshi Nakada
2022-06-26[ruby/irb] Require stringio to use StringIONobuyoshi Nakada