summaryrefslogtreecommitdiff
path: root/test/irb/test_history.rb
AgeCommit message (Expand)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-11[ruby/irb] `IRB.conf[:SAVE_HISTORY]` should handle boolean valuesStan Lo
2024-12-12[ruby/irb] Load history when starting a direct debug sessionJames Reid-Smith
2024-10-20[ruby/irb] Improve history test's encoding settingGo
2024-10-11[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)Gert Goet
2024-09-24[ruby/irb] Use proper locale in history encoding testtomoya ishida
2024-07-18[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loadingtomoya 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-02-11[ruby/irb] Polish the exit! command and its testsStan Lo
2024-02-10[ruby/irb] Introduce exit! commandIgnacio Chiazzo Cardarello
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] Reset history counter even when @loaded_history_lines isStan Lo
2023-12-12Save $VERBOSE properlyNobuyoshi Nakada
2023-12-12Prevent a warning: setting Encoding.default_externalYusuke Endoh
2023-12-01[ruby/irb] Scrub past history input before splithogelog
2023-09-16[ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder
2023-08-21[ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo
2023-08-13[ruby/irb] Support seamless integration with ruby/debugStan Lo
2023-08-11[ruby/irb] Skip integration tests in core CIStan 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-07-03[ruby/irb] Stop treating history-saving logic as extensionStan Lo
2023-06-13[ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo
2022-12-16[ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA
2022-11-15[ruby/irb] Remove duplicated TestInputMethod definitionsst0012
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-09-21backup IRBRC environmental variable. It's used by test methods when it's defi...Hiroshi SHIBATA
2022-09-21Fix the missing locale errorHiroshi SHIBATA
2022-09-15[ruby/irb] Refine assertion for failuresNobuyoshi Nakada
2022-09-15[ruby/irb] `Dir.mktmpdir` creates a directory including the process IDNobuyoshi Nakada
2022-09-14[ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans
2021-03-18Try to fix errors in TestIRB::TestHistory tooKazuhiro NISHIYAMA
2021-03-06[ruby/irb] Make save-history extension safe for concurrent useJeremy Evans
2020-10-05Remove system method for E2E testing because depends on ruby commandaycabta
2020-10-05Show stdout and stderr when history tests failaycabta
2020-08-20Skip irb/test_history on Windows tooaycabta
2020-08-19Skip Editline for history tests of IRBaycabta
2020-08-19Skip irb/test_history on Solarisaycabta
2020-08-19Use "in" and "out" options of "system" instead of "replace_stdio"aycabta
2020-08-19Do "write" to temp stdin before "reopen"aycabta
2020-08-18test/irb/test_history.rb: prevent warningsYusuke Endoh
2020-08-18Lounch external process on Windows correctlyaycabta
2020-08-18[ruby/irb] Change the way the IRB is invoked as an external processaycabta
2020-08-18[ruby/irb] Add require 'irb' to test separatelyaycabta
2020-08-18[ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta
2020-08-18[ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta