ruby/test/irb
Stan Lo e1d7066a5f [ruby/irb] Deprecate RubyLex and warn about referencing to it
(https://github.com/ruby/irb/pull/692)

`RubyLex` has always been a private component of IRB, so we should
explicitly discourage usages of it.
Also, it should be placed under the `IRB` module like other components.

069b5625f7
2023-08-24 15:35:40 +00:00
..
yamatanooroti [ruby/irb] Move input processing out of RubyLex 2023-08-21 15:42:15 +00:00
helper.rb [ruby/irb] Avoid overriding user's irb_name setting in debugger 2023-08-21 18:23:32 +00:00
test_cmd.rb [ruby/irb] Move input processing out of RubyLex 2023-08-21 15:42:15 +00:00
test_color.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00
test_color_printer.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00
test_completion.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00
test_context.rb [ruby/irb] Move assignment check to RubyLex 2023-08-11 18:44:52 +00:00
test_debug_cmd.rb [ruby/irb] Avoid overriding user's irb_name setting in debugger 2023-08-21 18:23:32 +00:00
test_eval_history.rb [ruby/irb] Refactor eval history 2023-07-04 15:17:41 +00:00
test_evaluation.rb [ruby/irb] Don't echo an expression's result when it ends with a 2023-08-11 16:18:58 +00:00
test_history.rb [ruby/irb] Avoid overriding user's irb_name setting in debugger 2023-08-21 18:23:32 +00:00
test_init.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00
test_input_method.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00
test_irb.rb [ruby/irb] Move input processing out of RubyLex 2023-08-21 15:42:15 +00:00
test_locale.rb [ruby/irb] Use a more tolerant way to check Locale#find's return 2023-04-26 16:52:51 +00:00
test_nesting_parser.rb [ruby/irb] Deprecate RubyLex and warn about referencing to it 2023-08-24 15:35:40 +00:00
test_option.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00
test_raise_no_backtrace_exception.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00
test_ruby_lex.rb [ruby/irb] Deprecate RubyLex and warn about referencing to it 2023-08-24 15:35:40 +00:00
test_workspace.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00