aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Move input processing out of RubyLexStan Lo2023-08-213-17/+77
* [ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️2023-08-201-1/+17
* [ruby/irb] Support seamless integration with ruby/debugStan Lo2023-08-132-12/+250
* [ruby/irb] Move IO configuration to IRB::IrbStan Lo2023-08-132-675/+711
* [ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida2023-08-121-44/+44
* [ruby/irb] Remove needless removal of trailing whitespace intomoya ishida2023-08-111-3/+11
* [ruby/irb] Move assignment check to RubyLexStan Lo2023-08-112-53/+54
* [ruby/irb] Skip integration tests in core CIStan Lo2023-08-113-12/+4
* [ruby/irb] Don't echo an expression's result when it ends with aStan Lo2023-08-112-1/+44
* [ruby/irb] Skip nested IRB tests in Ruby Core CIStan Lo2023-08-091-0/+8
* [ruby/irb] Fix nested IRB sessions' history savingStan Lo2023-08-091-1/+87
* [ruby/irb] Remove unused `InputMethod#initialize`Stan Lo2023-08-071-1/+0
* [ruby/irb] Store integration tests' envs in an ivarStan Lo2023-08-042-11/+7
* [ruby/irb] Fix IntegrationTestCaseStan Lo2023-08-041-1/+1
* [ruby/irb] Extract integration testing helpers out of debug commandStan Lo2023-08-022-103/+113
* [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo2023-07-262-0/+58
* [ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo2023-07-252-0/+28
* [ruby/irb] Reduce boilerplate code in RubyLexTestStan Lo2023-07-181-460/+337
* [ruby/irb] Indent multiline percent literalstomoya ishida2023-07-151-17/+17
* [ruby/irb] Unpend RDoc dialog related testsStan Lo2023-07-131-10/+22
* [ruby/irb] Refactor eval historyStan Lo2023-07-041-0/+68
* [ruby/irb] Stop treating history-saving logic as extensionStan Lo2023-07-031-1/+0
* [ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo2023-06-301-0/+28
* [ruby/irb] Re-implement prev_spaces feature for pasted codetomoya ishida2023-06-301-0/+57
* [ruby/irb] Reduce test pend trufflerubytomoya ishida2023-06-282-5/+0
* [ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida2023-06-271-14/+0
* [ruby/irb] Always add \n at the end of the test input in RubyLextomoya ishida2023-06-271-5/+5
* [ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida2023-06-251-9/+47
* [ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida2023-06-241-49/+49
* [ruby/irb] Improve indentation: bugfix, heredoc, embdoc, stringstomoya ishida2023-06-202-134/+153
* [ruby/irb] Add missing token that ignored by rippertomoya ishida2023-06-191-0/+21
* [ruby/irb] Rewrite RubyLex to fix some bugs and make it possible totomoya ishida2023-06-152-51/+338
* [ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo2023-06-1311-17/+17
* [ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida2023-06-131-3/+5
* [ruby/irb] Fixed string escaping omissionsima1zumi2023-06-051-0/+1
* [ruby/irb] Require `test/lib` helpers from main test helperStan Lo2023-06-022-5/+1
* [ruby/irb] Improve debug command testsStan Lo2023-06-011-8/+2
* [ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune2023-05-231-0/+41
* [ruby/irb] Fix typo (https://github.com/ruby/irb/pull/587)ima1zumi2023-05-211-4/+4
* [ruby/irb] Add assertion for dynamic_prompt's assertion executionStan Lo2023-05-201-0/+3
* [ruby/irb] Fix dynamic_prompt test not executed, remove unnecessarytomoya ishida2023-05-201-2/+1
* [ruby/irb] Simplify each_top_level_statementtomoya ishida2023-05-191-12/+7
* [ruby/irb] Refactor RubyLex's input/io methodsStan Lo2023-05-181-4/+4
* [ruby/irb] Print deprecation warning for `help` commandStan Lo2023-05-181-12/+26
* [ruby/irb] Fix Test timedout in test_debug_cmdtomoya ishida2023-05-171-2/+5
* [ruby/irb] Use a more tolerant way to check Locale#find's returnStan Lo2023-04-261-4/+4
* [ruby/irb] Add tests for Locale#find and Locale#loadStan Lo2023-04-261-0/+35
* [ruby/irb] Fix Locale's encoding lookup for Japanese encodingsStan Lo2023-04-261-2/+2