<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git, branch v3_4_0_preview2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Add some descriptions for options of `Socket::tcp`</title>
<updated>2024-10-07T06:28:32+00:00</updated>
<author>
<name>Misaki Shioi</name>
<email>31817032+shioimm@users.noreply.github.com</email>
</author>
<published>2024-10-07T06:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=32c733f57bb91e22972319ee63eac9521d954ebc'/>
<id>32c733f57bb91e22972319ee63eac9521d954ebc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #20787] Check the separator in `IO#readline` as well as 3.2</title>
<updated>2024-10-07T02:06:44+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-07T02:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=773d140f65c1c8b726e107915bc003c186f38677'/>
<id>773d140f65c1c8b726e107915bc003c186f38677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>json upstream is ruby/json now</title>
<updated>2024-10-07T01:04:42+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-10-07T01:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ec526c61c937ea03c460c91b01552629d196695a'/>
<id>ec526c61c937ea03c460c91b01552629d196695a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Add cursor keys for application keypad mode to default</title>
<updated>2024-10-07T00:37:33+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-10-07T00:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0752fff2152c86caa67d7a0dafcfda3582fbf384'/>
<id>0752fff2152c86caa67d7a0dafcfda3582fbf384</id>
<content type='text'>
key bindings
(https://github.com/ruby/reline/pull/719)

* Add SS3 arrow sequence to default key bindings

* Remove wrong KDE arrow sequence

https://github.com/ruby/reline/commit/546a42522e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
key bindings
(https://github.com/ruby/reline/pull/719)

* Add SS3 arrow sequence to default key bindings

* Remove wrong KDE arrow sequence

https://github.com/ruby/reline/commit/546a42522e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Allow utf-8 safe meta key mapping in inputrc</title>
<updated>2024-10-06T23:35:06+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-10-06T23:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f5abcb0c7a81b63f8af9fc53ac7bbb48007974b'/>
<id>8f5abcb0c7a81b63f8af9fc53ac7bbb48007974b</id>
<content type='text'>
(https://github.com/ruby/reline/pull/723)

Readline's convert-meta setting is utf-8 unsafe.
Allow assigning `"\M-char": key` to bind "\echar": key even if convert-meta is not enabled.

https://github.com/ruby/reline/commit/9844b99c6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/723)

Readline's convert-meta setting is utf-8 unsafe.
Allow assigning `"\M-char": key` to bind "\echar": key even if convert-meta is not enabled.

https://github.com/ruby/reline/commit/9844b99c6e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Change default completor from regexp to auto, try</title>
<updated>2024-10-06T11:10:12+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-10-06T11:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98620f6c5246d27fed440b8d61cdb31cd915eafa'/>
<id>98620f6c5246d27fed440b8d61cdb31cd915eafa</id>
<content type='text'>
TypeCompletor and fallback to RegexpCompletor.
(https://github.com/ruby/irb/pull/1010)

https://github.com/ruby/irb/commit/bb6a99d815
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TypeCompletor and fallback to RegexpCompletor.
(https://github.com/ruby/irb/pull/1010)

https://github.com/ruby/irb/commit/bb6a99d815
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Simplify parsey.yml</title>
<updated>2024-10-05T23:29:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-05T17:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a6383fbe1628bdaa9ec6a30b3baa60dd7430b461'/>
<id>a6383fbe1628bdaa9ec6a30b3baa60dd7430b461</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Non-zero exit when error in loading shared GC</title>
<updated>2024-10-05T17:58:10+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-10-03T19:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a1c222801de786d8cf3b2b77cc48f22d87c026ec'/>
<id>a1c222801de786d8cf3b2b77cc48f22d87c026ec</id>
<content type='text'>
Before this commit, when there is an error in loading the shared GC, an
error was outputted but it did not exit, causing it to segfault later on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this commit, when there is an error in loading the shared GC, an
error was outputted but it did not exit, causing it to segfault later on.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Fix tempfile leaks</title>
<updated>2024-10-05T17:02:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-05T17:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=802445487e5e0abb91811c84c220c0b58da3ca0c'/>
<id>802445487e5e0abb91811c84c220c0b58da3ca0c</id>
<content type='text'>
(https://github.com/ruby/reline/pull/757)

https://github.com/ruby/reline/actions/runs/11187507536/job/31104699331#step:13:1064
```
Children under /tmp/rubytest.m48l5o:
* -rw------- 1 101 2024-10-02 17:43:51 +0000 rubyfile20241002-60503-bhbfgq
```

https://github.com/ruby/reline/commit/1287f97a6f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/757)

https://github.com/ruby/reline/actions/runs/11187507536/job/31104699331#step:13:1064
```
Children under /tmp/rubytest.m48l5o:
* -rw------- 1 101 2024-10-02 17:43:51 +0000 rubyfile20241002-60503-bhbfgq
```

https://github.com/ruby/reline/commit/1287f97a6f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Hash#inspect style has changed in ruby 3.4</title>
<updated>2024-10-05T16:55:26+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-05T16:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e6fa7c35445a60598dbe816b46a41e41ed6898d8'/>
<id>e6fa7c35445a60598dbe816b46a41e41ed6898d8</id>
<content type='text'>
[[Bug #20433]](https://bugs.ruby-lang.org/issues/20433)

https://github.com/ruby/reline/commit/ca457ffb70
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[[Bug #20433]](https://bugs.ruby-lang.org/issues/20433)

https://github.com/ruby/reline/commit/ca457ffb70
</pre>
</div>
</content>
</entry>
</feed>
