index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
/
test_context.rb
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2025-01-22
[ruby/irb] Show a quick preview of inspect result before pager
tomoya ishida
2024-11-19
[ruby/irb] Don't use delegator to install helper methods to main
tomoya ishida
2024-11-07
Prevent a warning: ambiguous `/`
Yusuke Endoh
2024-10-06
[ruby/irb] Change default completor from regexp to auto, try
tomoya ishida
2024-07-16
[ruby/irb] Group class methods under `class << self`
Stan Lo
2024-04-18
[ruby/irb] Fix % escape in prompt format
tomoya ishida
2024-04-12
[ruby/irb] Pass statements to Context#evaluate
Stan Lo
2024-02-19
Omit a bizzarre test in IRB
Nobuyoshi Nakada
2024-02-19
Load rubygems explicitly for tests of test/irb
Hiroshi SHIBATA
2024-02-19
[ruby/irb] Fix `irb:rdbg` for ruby head
Stan Lo
2024-02-19
[ruby/irb] Update error message assertions for Ruby 3.4
Stan Lo
2024-02-19
Revert 25d74b9527cd525042ad0b612b794fa331d3a318 at test/irb
Hiroshi SHIBATA
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke 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_lines
tomoya ishida
2024-02-06
[ruby/irb] Fix usage of tracer gem and add tests
Nuno Silva
2024-01-31
[ruby/irb] Omit 2 encoding error related tests for TruffleRuby
Stan Lo
2023-11-30
[ruby/irb] Page evaluation result's output
Stan Lo
2023-11-29
[ruby/irb] Use gem repl_type_completor, remove type_completion
tomoya ishida
2023-11-28
[ruby/irb] Rescue errors from main.to_s/inspect when formatting
Kasumi Hanazuki
2023-11-15
Revert "Tests of irb is still broken."
Hiroshi SHIBATA
2023-11-10
Tests of irb is still broken.
Hiroshi SHIBATA
2023-11-10
[ruby/irb] Revert "Skip TypeCompletion test in ruby ci
Hiroshi SHIBATA
2023-11-08
[ruby/irb] Skip TypeCompletion test in ruby ci
tomoya ishida
2023-11-08
[ruby/irb] Type based completion using Prism and RBS
tomoya ishida
2023-10-12
[ruby/irb] Decouple RubyLex from prompt and line_no
tomoya ishida
2023-09-30
[ruby/irb] Fix Reline's test failure running with `make test-all
tomoya 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 methods
Stan Lo
2023-08-29
[ruby/irb] Remove unused `PROMPT_N`
Summer ☀️
2023-08-11
[ruby/irb] Move assignment check to RubyLex
Stan Lo
2023-06-27
[ruby/irb] Remove keyword exception from Context#evaluate because
tomoya ishida
2023-06-13
[ruby/irb] Stanardise test class names with `Test` postfix instead
Stan Lo
2023-04-05
[ruby/irb] Drop Ruby 2.6 support
Stan Lo
2023-03-13
[ruby/irb] Support inspecting BasicObject
Stan 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_encoding
tomoya 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 prompt
tomoya ishida
2023-02-27
[ruby/irb] Provide more useful message when
Stan Lo
2023-02-09
[ruby/irb] Make tests more compatible with TruffleRuby
Stan Lo
2022-11-17
Drop Ruby 2.5 support
st0012
2022-11-15
[ruby/irb] Remove duplicated TestInputMethod definitions
st0012
2022-11-03
[ruby/irb] Provide a base test class and let tests restore encodings
Stan 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 tests
st0012
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 explictly
Nobuyoshi Nakada
2022-06-26
[ruby/irb] Require stringio to use StringIO
Nobuyoshi Nakada
[next]