index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] PTY module is platform dependent
Nobuyoshi Nakada
2022-12-19
1
-1
/
+6
*
[ruby/irb] Prefer to use File.open instead of Kernel.open
Hiroshi SHIBATA
2022-12-16
1
-2
/
+2
*
[ruby/irb] Group show_doc tests and update the expectation
Stan Lo
2022-12-12
1
-32
/
+34
*
[ruby/irb] `show_doc` command should take non-string argument too
Stan Lo
2022-12-12
1
-2
/
+2
*
[ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)
Stan Lo
2022-12-09
1
-1
/
+3
*
[ruby/irb] Add show_doc as an alias to the help command
Stan Lo
2022-12-08
1
-9
/
+11
*
[ruby/irb] Gracefully handle missing command argument
Stan Lo
2022-12-08
1
-0
/
+17
*
[ruby/irb] Kill PTY process after test is finished
Stan Lo
2022-12-08
1
-1
/
+33
*
[ruby/irb] Add "show_cmds" command to list all commands'
Stan Lo
2022-12-08
1
-0
/
+10
*
[ruby/irb] Allow disabling autocompletion with
Stan Lo
2022-12-06
1
-0
/
+24
*
[ruby/irb] Close leaked pty IOs
Nobuyoshi Nakada
2022-12-05
1
-0
/
+3
*
[ruby/irb] Require pathname in test helper
Stan Lo
2022-12-02
1
-0
/
+2
*
[ruby/irb] Disable debug cmd tests based on project structure
Stan Lo
2022-12-02
2
-12
/
+10
*
[ruby/irb] This doesn't work on RubyCI either
Takashi Kokubun
2022-12-02
1
-2
/
+2
*
[ruby/irb] Skip debug command tests on ruby/ruby
Takashi Kokubun
2022-12-02
1
-0
/
+6
*
[ruby/irb] Use the proper ruby command and library path
Nobuyoshi Nakada
2022-12-02
1
-2
/
+5
*
[ruby/irb] Test debug commands without yamatanooroti
Stan Lo
2022-12-02
2
-223
/
+258
*
[ruby/irb] Activate yamatanooroti tests on CI
Stan Lo
2022-11-27
1
-2
/
+2
*
[ruby/irb] Add commands to start and use the debugger
Takashi Kokubun
2022-11-21
1
-1
/
+226
*
Prevent a "warning: ambiguity between regexp and two divisions"
Yusuke Endoh
2022-11-21
1
-1
/
+1
*
[ruby/irb] Push an accidentally uncommitted diff
Takashi Kokubun
2022-11-20
1
-1
/
+1
*
[ruby/irb] Deal with inconsistency with ruby/ruby
Takashi Kokubun
2022-11-20
1
-0
/
+4
*
[ruby/irb] Require missing EnvUtil
Takashi Kokubun
2022-11-20
1
-0
/
+4
*
[ruby/irb] Try using a different file name
Takashi Kokubun
2022-11-20
1
-1
/
+1
*
[ruby/irb] Require rubygems for ruby/ruby
Takashi Kokubun
2022-11-20
1
-0
/
+1
*
[ruby/irb] Fix CI failure on ruby/ruby
Takashi Kokubun
2022-11-20
1
-19
/
+19
*
[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)
Stan Lo
2022-11-20
1
-1
/
+77
*
Prevent a "method redefined" warning
Yusuke Endoh
2022-11-18
1
-1
/
+1
*
Drop Ruby 2.5 support
st0012
2022-11-17
2
-6
/
+3
*
[ruby/irb] Improve testing infra
Stan Lo
2022-11-15
1
-0
/
+1
*
Added empty class for test methods in TestIRB cases
Hiroshi SHIBATA
2022-11-15
1
-0
/
+4
*
[ruby/irb] Remove duplicated TestInputMethod definitions
st0012
2022-11-15
4
-83
/
+29
*
[ruby/irb] Simplify info command's tests
Stan Lo
2022-11-11
1
-154
/
+136
*
[ruby/irb] Transform ls's --grep/-G option to keyword args
Takashi Kokubun
2022-11-10
1
-0
/
+38
*
[ruby/irb] Make $ and @ default aliases
Takashi Kokubun
2022-11-10
1
-2
/
+0
*
[ruby/irb] Add execute_lines to reduce command tests' boilerplate
Stan Lo
2022-11-08
1
-266
/
+157
*
[ruby/irb] Support non-string input in show_source
Takashi Kokubun
2022-11-07
1
-0
/
+34
*
[ruby/irb] Silent the noise created when building Context in tests
Stan Lo
2022-11-04
1
-0
/
+1
*
[ruby/irb] Suppress "switching inspect mode" messages
Nobuyoshi Nakada
2022-11-04
1
-0
/
+2
*
[ruby/irb] Provide a base test class and let tests restore encodings
Stan Lo
2022-11-03
13
-53
/
+63
*
[ruby/irb] Allow non-identifier aliases like Pry's @ and $
Takashi Kokubun
2022-11-03
1
-0
/
+58
*
[ruby/irb] Require rubygems to run the test alone on ruby/ruby
Takashi Kokubun
2022-11-03
1
-0
/
+1
*
[ruby/irb] Fix build_context for ruby/ruby CI
Takashi Kokubun
2022-11-03
1
-1
/
+2
*
[ruby/irb] Require the entire irb lib in RubyLex test
Stan Lo
2022-11-03
1
-1
/
+1
*
[ruby/irb] Refactor RubyLex and its tests
Stan Lo
2022-11-03
1
-7
/
+22
*
[ruby/irb] Do not make non-existent XDG directory on start
Nobuyoshi Nakada
2022-10-28
1
-0
/
+3
*
[ruby/irb] Update regarding NO_COLOR value
Nobuyoshi Nakada
2022-10-28
1
-0
/
+4
*
[ruby/irb] Suppress sequence to inspect asian ambiguous width
Nobuyoshi Nakada
2022-10-28
1
-1
/
+11
*
[ruby/irb] Suppress "switching inspect mode" messages
Nobuyoshi Nakada
2022-10-28
1
-0
/
+2
*
[ruby/irb] Fix warnings in test_cmd.rb
Peter Zhu
2022-10-27
1
-2
/
+2
[next]