summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2024-04-18[ruby/irb] Fix % escape in prompt formattomoya ishida
2024-04-18[ruby/irb] Accept " " for colorizing "\t" testtomoya ishida
2024-04-14[ruby/irb] Allow defining custom commands in IRBStan Lo
2024-04-12[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-03-25[ruby/irb] Cache RDoc::RI::Driver.newtomoya ishida
2024-03-24[ruby/irb] Fix indent test for new relinetomoya ishida
2024-03-16[ruby/irb] Fix irb_history saved to current directorytomoya ishida
2024-03-06[ruby/irb] Clear temporary directoriesNobuyoshi Nakada
2024-03-06[ruby/irb] Prevent `irb_history`'s creation during HistoryTestStan Lo
2024-03-05[ruby/irb] Add the ability to fetch and load multiple irb files.Haroon Ahmed
2024-03-01[ruby/irb] Escape closing square brackets in regexpPeter Zhu
2024-03-01[ruby/irb] Restructure workspace managementStan 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-18[ruby/irb] Revamp `help` commandStan Lo
2024-02-16[ruby/irb] Standardize command related namesStan Lo
2024-02-16[ruby/irb] Support repeating debugger input by passing empty inputStan Lo
2024-02-15Show the method owner in backtracesYusuke Endoh
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-02-14[ruby/irb] Repurpose the help command to display the help messageStan Lo
2024-02-14[ruby/irb] Improve constant lookup in SourceFindertomoya ishida
2024-02-13[ruby/irb] Fix SourceFinder's constant evaluation issueStan Lo
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-12[ruby/irb] Fix exit! command warning and method behaviortomoya ishida
2024-02-11[ruby/irb] Polish the exit! command and its testsStan Lo
2024-02-10[ruby/irb] Introduce exit! commandIgnacio Chiazzo Cardarello
2024-02-07[ruby/irb] Polish tracer integration and testsStan Lo
2024-02-06[ruby/irb] Fix usage of tracer gem and add testsNuno Silva
2024-02-03[ruby/irb] Consume the warning for non-existent history pathNobuyoshi Nakada
2024-02-02[ruby/irb] Add a warning for when the history path doesn't existIgnacio Chiazzo Cardarello
2024-02-01[ruby/irb] Add rubocop with a few basic styling rulesStan Lo
2024-02-01[ruby/irb] Reset history counter even when @loaded_history_lines isStan Lo
2024-02-01[ruby/irb] Skip re-setup when creating a child sessionNuno Silva
2024-01-31[ruby/irb] Omit 2 encoding error related tests for TruffleRubyStan Lo
2024-01-30[ruby/irb] Fix undef and alias indenttomoya ishida
2024-01-26Try to use irb instead of rubygems for completion testHiroshi SHIBATA
2024-01-25[ruby/irb] diabled ==> disabledydah
2024-01-25[ruby/irb] overrided ==> overriddenydah
2024-01-23Fixup 2e69137dbe9fd7c03dac9b8adc30a7eba3ecb10bHiroshi SHIBATA
2024-01-22Use version dependant library for completion testHiroshi SHIBATA
2024-01-08[ruby/irb] Make SourceFinder ignore binary sourcesStan Lo
2024-01-03[ruby/irb] Avoid completing empty inputStan Lo
2024-01-01[ruby/irb] Make show_source resolve top-level constant namesStan Lo
2024-01-01[ruby/irb] Fix display_document params in noautocomplete modetomoya ishida
2024-01-01[ruby/irb] test_recovery_sigint: Ensure precondition is metSorah Fukumori