<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/reline, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/reline] Bump version to 0.3.2</title>
<updated>2022-12-14T07:01:19+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-14T06:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=989d993f5b03fbbf712554abe7f93bbeaad6298c'/>
<id>989d993f5b03fbbf712554abe7f93bbeaad6298c</id>
<content type='text'>
https://github.com/ruby/reline/commit/3fbb7ec2ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/3fbb7ec2ae
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Remove unapproved color setting APIs</title>
<updated>2022-12-05T03:14:55+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2022-12-04T11:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16b2e0301411531a6ced6c673a1f9bd41d7b7e3e'/>
<id>16b2e0301411531a6ced6c673a1f9bd41d7b7e3e</id>
<content type='text'>
These APIs/configs are not approved by the Ruby core, so they can't be
released to the public. This means having them in the codebase will
block other fixes/features from being released as well.

So this commit removes those exposed interfaces to unblock the release.

Hopefully when https://bugs.ruby-lang.org/issues/18996 is approved we
can re-implement better APIs.

https://github.com/ruby/reline/commit/f7a961c550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These APIs/configs are not approved by the Ruby core, so they can't be
released to the public. This means having them in the codebase will
block other fixes/features from being released as well.

So this commit removes those exposed interfaces to unblock the release.

Hopefully when https://bugs.ruby-lang.org/issues/18996 is approved we
can re-implement better APIs.

https://github.com/ruby/reline/commit/f7a961c550
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Fix misuse of kwarg in IO#raw</title>
<updated>2022-12-02T10:47:18+00:00</updated>
<author>
<name>HASUMI Hitoshi</name>
<email>hasumikin@gmail.com</email>
</author>
<published>2022-11-29T01:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=11871e49c4fe493d6b958046969bc863f7fb6627'/>
<id>11871e49c4fe493d6b958046969bc863f7fb6627</id>
<content type='text'>
- Obviously, `tim` is a typo for `time`
- This didn't cause an exception because IO#raw is implemented in C and it doesn't check the keyword of the parameters
- Though this typo doesn't produce any problems for now, I think it should be fixed just in case for the future
- I've used this fixed version of Reline with IRB for several days and didn't find any new problems due to the fix
- But I myself am not sure how to make sure this fix is completely robust

https://github.com/ruby/reline/commit/e66a9696a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Obviously, `tim` is a typo for `time`
- This didn't cause an exception because IO#raw is implemented in C and it doesn't check the keyword of the parameters
- Though this typo doesn't produce any problems for now, I think it should be fixed just in case for the future
- I've used this fixed version of Reline with IRB for several days and didn't find any new problems due to the fix
- But I myself am not sure how to make sure this fix is completely robust

https://github.com/ruby/reline/commit/e66a9696a1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] PR changes</title>
<updated>2022-09-22T13:28:38+00:00</updated>
<author>
<name>Otávio Schwanck dos Santos</name>
<email>otavioschwanck@gmail.com</email>
</author>
<published>2022-09-20T13:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=696e8914b74cd10047917ce677b1872ae1f04660'/>
<id>696e8914b74cd10047917ce677b1872ae1f04660</id>
<content type='text'>
https://github.com/ruby/reline/commit/e8e8d81f47
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/e8e8d81f47
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Revert "update version"</title>
<updated>2022-09-22T13:28:37+00:00</updated>
<author>
<name>Otávio Schwanck dos Santos</name>
<email>otavioschwanck@gmail.com</email>
</author>
<published>2022-09-20T13:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9d19d910c077d40a1d60d36baa4458926df857d4'/>
<id>9d19d910c077d40a1d60d36baa4458926df857d4</id>
<content type='text'>
This reverts commit https://github.com/ruby/reline/commit/ce1ac86179e6.

https://github.com/ruby/reline/commit/86602cd244
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit https://github.com/ruby/reline/commit/ce1ac86179e6.

https://github.com/ruby/reline/commit/86602cd244
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] update version</title>
<updated>2022-09-22T13:28:37+00:00</updated>
<author>
<name>Otávio Schwanck dos Santos</name>
<email>otavioschwanck@gmail.com</email>
</author>
<published>2022-09-15T12:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=224a3ea718f32daad2a9c874104c33b072dc361a'/>
<id>224a3ea718f32daad2a9c874104c33b072dc361a</id>
<content type='text'>
https://github.com/ruby/reline/commit/ce1ac86179
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/ce1ac86179
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] fix vi-operator-arg</title>
<updated>2022-09-22T13:28:36+00:00</updated>
<author>
<name>Otávio Schwanck dos Santos</name>
<email>otavioschwanck@gmail.com</email>
</author>
<published>2022-09-15T12:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9fb18e631497fd308b2d1fdd9ad0bef1471de54b'/>
<id>9fb18e631497fd308b2d1fdd9ad0bef1471de54b</id>
<content type='text'>
https://github.com/ruby/reline/commit/d42cdb8f91
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/d42cdb8f91
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Fix a typo [ci skip]</title>
<updated>2022-09-02T18:27:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-09-02T18:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1b8a644b440a104c91c723157aa6f6b3398a4ee9'/>
<id>1b8a644b440a104c91c723157aa6f6b3398a4ee9</id>
<content type='text'>
https://github.com/ruby/reline/commit/33bf80e757
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/33bf80e757
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Workaround for padding width with Aracritty on macOS</title>
<updated>2022-09-02T07:09:51+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-09-02T05:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0d2422cf63ff330e372613894995e762d122e6b7'/>
<id>0d2422cf63ff330e372613894995e762d122e6b7</id>
<content type='text'>
https://github.com/ruby/reline/commit/fb4136c8a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/fb4136c8a7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Added some of abstruct methods for cursor</title>
<updated>2022-09-02T07:09:50+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-09-02T05:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7ff50ee35c01dbd8d21e395261290890a669de82'/>
<id>7ff50ee35c01dbd8d21e395261290890a669de82</id>
<content type='text'>
https://github.com/ruby/reline/commit/f5fa30d595
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/f5fa30d595
</pre>
</div>
</content>
</entry>
</feed>
