<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/io, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/io-wait] Remove `IO#nread` and `IO#ready?</title>
<updated>2025-11-12T13:48:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-04T12:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b70f5afb68253eb25cf5f8f2fdfbf01dae1d05d3'/>
<id>b70f5afb68253eb25cf5f8f2fdfbf01dae1d05d3</id>
<content type='text'>
https://github.com/ruby/io-wait/commit/1decadc7f9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-wait/commit/1decadc7f9
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #21625] Allow io/wait methods with `IO#ungetc` in text mode</title>
<updated>2025-10-29T08:23:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-28T12:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=12350eb9e0d3317da57b5a37c0c2810946b48850'/>
<id>12350eb9e0d3317da57b5a37c0c2810946b48850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_io_wait.rb: Increase a timeout for a flaky test</title>
<updated>2025-09-02T23:21:08+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-09-02T23:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=de6df7508de397138e3a4d16469e7f35a8fe1b1e'/>
<id>de6df7508de397138e3a4d16469e7f35a8fe1b1e</id>
<content type='text'>
like 68682a5d2b2

https://github.com/ruby/ruby/actions/runs/17417763247/job/49449895757?pr=14433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like 68682a5d2b2

https://github.com/ruby/ruby/actions/runs/17417763247/job/49449895757?pr=14433
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase timeout for failing tests</title>
<updated>2025-08-14T18:23:12+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-08-14T16:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=68682a5d2b277569d7402b737b16d76a2870e414'/>
<id>68682a5d2b277569d7402b737b16d76a2870e414</id>
<content type='text'>
https://github.com/ruby/ruby/actions/runs/16969921157/job/48103809963
https://github.com/ruby/ruby/actions/runs/16969655024/job/48102876839
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/ruby/actions/runs/16969921157/job/48103809963
https://github.com/ruby/ruby/actions/runs/16969655024/job/48102876839
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Fix removing unexpected control chars</title>
<updated>2025-07-01T08:36:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-01T08:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d3d249b9048b338535ae033acb3606abf174b2da'/>
<id>d3d249b9048b338535ae033acb3606abf174b2da</id>
<content type='text'>
`cc` is created as `"\C-x"`, it is a String since ruby 1.9.

https://github.com/ruby/io-console/commit/65c9266feb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`cc` is created as `"\C-x"`, it is a String since ruby 1.9.

https://github.com/ruby/io-console/commit/65c9266feb
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Use `host_os` in RbConfig instead of `RUBY_PLATFORM` for JRuby</title>
<updated>2025-07-01T08:32:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-01T08:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=06f9fc20ec1d41bce7cbac14c5f8b977dfc479d3'/>
<id>06f9fc20ec1d41bce7cbac14c5f8b977dfc479d3</id>
<content type='text'>
https://github.com/ruby/io-console/commit/f8b33f38ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-console/commit/f8b33f38ae
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Fix a name error</title>
<updated>2025-06-27T07:25:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-27T07:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=64a52c25fef8e156630fea559ced7286fe5c3beb'/>
<id>64a52c25fef8e156630fea559ced7286fe5c3beb</id>
<content type='text'>
https://github.com/ruby/io-console/commit/e0398acad4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-console/commit/e0398acad4
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Ignore printed control char</title>
<updated>2025-06-27T07:23:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-27T07:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=528b75cc14f76ef703f0b22ccdd6db4b398982cc'/>
<id>528b75cc14f76ef703f0b22ccdd6db4b398982cc</id>
<content type='text'>
It's something we don't expect and might be coming from somewhere
else.

https://github.com/ruby/io-console/commit/c5e47a900c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's something we don't expect and might be coming from somewhere
else.

https://github.com/ruby/io-console/commit/c5e47a900c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Revert "Ignore `^C` at interrupt"</title>
<updated>2025-06-27T07:23:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-27T07:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=495613ffd3f1c1008e1d16515a52817b188e091d'/>
<id>495613ffd3f1c1008e1d16515a52817b188e091d</id>
<content type='text'>
This reverts commit https://github.com/ruby/io-console/commit/f0646b2b6ae3.

https://github.com/ruby/io-console/commit/2e0e01263a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit https://github.com/ruby/io-console/commit/f0646b2b6ae3.

https://github.com/ruby/io-console/commit/2e0e01263a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge blocks for the same condition</title>
<updated>2025-06-23T02:08:22+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-20T09:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ce38cba528b4da8fe306377dc9bb6eaf7a639c53'/>
<id>ce38cba528b4da8fe306377dc9bb6eaf7a639c53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
