summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2023-10-04[ruby/irb] Clear all context usages in RubyLexStan Lo
2023-09-30[ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida
2023-09-26[ruby/irb] Disable pager in show-source testtomoya ishida
2023-09-22[ruby/irb] Page show_source's outputStan Lo
2023-09-17[ruby/irb] Test should not depend on user's irbrc file specified bytomoya ishida
2023-09-16[ruby/irb] Test should not depend on user's irbrc filetomoya ishida
2023-09-16[ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder
2023-08-29[ruby/irb] Improve help/show_cmds message during debuggerStan Lo
2023-08-29[ruby/irb] Add --nomultiline indent and prompt testtomoya 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-26[ruby/irb] Fix deprecation test when ran multiple timesPeter Zhu
2023-08-24[ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo
2023-08-21[ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo
2023-08-21[ruby/irb] Move input processing out of RubyLexStan Lo
2023-08-20[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️
2023-08-13[ruby/irb] Support seamless integration with ruby/debugStan Lo
2023-08-13[ruby/irb] Move IO configuration to IRB::IrbStan Lo
2023-08-12[ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida
2023-08-11[ruby/irb] Remove needless removal of trailing whitespace intomoya ishida
2023-08-11[ruby/irb] Move assignment check to RubyLexStan Lo
2023-08-11[ruby/irb] Skip integration tests in core CIStan Lo
2023-08-11[ruby/irb] Don't echo an expression's result when it ends with aStan Lo
2023-08-09[ruby/irb] Skip nested IRB tests in Ruby Core CIStan Lo
2023-08-09[ruby/irb] Fix nested IRB sessions' history savingStan Lo
2023-08-07[ruby/irb] Remove unused `InputMethod#initialize`Stan Lo
2023-08-04[ruby/irb] Store integration tests' envs in an ivarStan Lo
2023-08-04[ruby/irb] Fix IntegrationTestCaseStan Lo
2023-08-02[ruby/irb] Extract integration testing helpers out of debug commandStan Lo
2023-07-26[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo
2023-07-25[ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo
2023-07-18[ruby/irb] Reduce boilerplate code in RubyLexTestStan Lo
2023-07-15[ruby/irb] Indent multiline percent literalstomoya ishida
2023-07-13[ruby/irb] Unpend RDoc dialog related testsStan Lo
2023-07-04[ruby/irb] Refactor eval historyStan Lo
2023-07-03[ruby/irb] Stop treating history-saving logic as extensionStan Lo
2023-06-30[ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo
2023-06-30[ruby/irb] Re-implement prev_spaces feature for pasted codetomoya ishida
2023-06-28[ruby/irb] Reduce test pend trufflerubytomoya ishida
2023-06-27[ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida
2023-06-27[ruby/irb] Always add \n at the end of the test input in RubyLextomoya ishida
2023-06-25[ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida
2023-06-24[ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida
2023-06-20[ruby/irb] Improve indentation: bugfix, heredoc, embdoc, stringstomoya ishida
2023-06-19[ruby/irb] Add missing token that ignored by rippertomoya ishida
2023-06-15[ruby/irb] Rewrite RubyLex to fix some bugs and make it possible totomoya ishida
2023-06-13[ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo
2023-06-13[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida
2023-06-05[ruby/irb] Fixed string escaping omissionsima1zumi