summaryrefslogtreecommitdiff
path: root/test/irb/test_init.rb
AgeCommit message (Expand)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-22[ruby/irb] Add copy command (https://github.com/ruby/irb/pull/1044)Prajjwal Singh
2024-10-06[ruby/irb] Change default completor from regexp to auto, trytomoya ishida
2024-07-18[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loadingtomoya ishida
2024-06-12[ruby/irb] Cleanup irbrc generator cache always at teardowntomoya ishida
2024-05-12[ruby/irb] Clean up tmpdirNobuyoshi Nakada
2024-05-10[ruby/irb] Add a new initialization step to validate IRB.conf'sStan Lo
2024-03-16[ruby/irb] Fix irb_history saved to current directorytomoya ishida
2024-03-05[ruby/irb] Add the ability to fetch and load multiple irb files.Haroon Ahmed
2024-02-06[ruby/irb] Fix usage of tracer gem and add testsNuno Silva
2024-01-01[ruby/irb] test_recovery_sigint: Ensure precondition is metSorah Fukumori
2023-12-20[ruby/irb] Warn users about errors in loading RC filesStan Lo
2023-11-21[ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi
2023-11-09[ruby/irb] Add command line option to select which completor to usetomoya ishida
2023-06-13[ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo
2022-12-06[ruby/irb] Allow disabling autocompletion withStan Lo
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-10-28[ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada
2022-10-28[ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2021-11-05Skip TestIRB::TestInit#test_recovery_sigint on SolarisYusuke Endoh
2021-05-24Set USE_COLORIZE to the default value in a testaycabta
2021-05-24[ruby/irb] update test/irb/test_init.rb to avoid useless evaljethrodaniel
2021-05-24[ruby/irb] respect NO_COLOR environment variableMark Delk
2021-04-26[ruby/irb] Added setup and teardown to TestIRB::TestInitNobuyoshi Nakada
2021-04-02[ruby/irb] SIGINT should raise Interrupt after IRB sessionKoichi Sasada
2021-01-12Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA
2019-12-14[ruby/irb] Restore environment variablesNobuyoshi Nakada
2019-11-20Generate history file path correctly when $HOME/.irbrc doesn't existaycabta
2018-08-18Suppress read of ~/.irbrckazu
2017-12-12irb/test_init.rb: add test to ensure $0k0kubun
2017-12-12irb.rb: preserve ARGV on binding.irbk0kubun