<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/irb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[Bug #20511] Update reline-0.5.7 (#10848)</title>
<updated>2024-05-28T22:54:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-05-28T22:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=077558ee2b8dd3ed414b78384f21118f833eb259'/>
<id>077558ee2b8dd3ed414b78384f21118f833eb259</id>
<content type='text'>
* Update reline-0.5.7

* Update irb-1.13.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update reline-0.5.7

* Update irb-1.13.1</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Warn users about errors in loading RC files</title>
<updated>2023-12-20T10:11:01+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2023-12-18T14:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2793a30b69177e7c7bbf124ccfca7b4f4216ca84'/>
<id>2793a30b69177e7c7bbf124ccfca7b4f4216ca84</id>
<content type='text'>
(https://github.com/ruby/irb/pull/817)

1. Because `IRB.rc_file` always generates an rc file name, even if the
   file doesn't exist, we should check the file exists before trying to
   load it.
2. If any type of errors occur while loading the rc file, we should
   warn the user about it.

https://github.com/ruby/irb/commit/37ffdc6b19
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/817)

1. Because `IRB.rc_file` always generates an rc file name, even if the
   file doesn't exist, we should check the file exists before trying to
   load it.
2. If any type of errors occur while loading the rc file, we should
   warn the user about it.

https://github.com/ruby/irb/commit/37ffdc6b19
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Remove unused lvar in mesure command test</title>
<updated>2023-12-13T17:05:35+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2023-12-13T17:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c83a648fc827ac1430bd1f08f5af19f7174e02aa'/>
<id>c83a648fc827ac1430bd1f08f5af19f7174e02aa</id>
<content type='text'>
(https://github.com/ruby/irb/pull/814)

https://github.com/ruby/irb/commit/320178b120
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/814)

https://github.com/ruby/irb/commit/320178b120
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Warn and do nothing if block is passed to measure command</title>
<updated>2023-12-13T11:06:26+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2023-12-13T11:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=745ab3e4c748ebf3b22278d7ad33c7abcf1f6016'/>
<id>745ab3e4c748ebf3b22278d7ad33c7abcf1f6016</id>
<content type='text'>
(https://github.com/ruby/irb/pull/813)

https://github.com/ruby/irb/commit/e79a90a1e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/813)

https://github.com/ruby/irb/commit/e79a90a1e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Save $VERBOSE properly</title>
<updated>2023-12-12T02:06:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-12T02:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=305f66b859c0fd123c95db74700d8b2c13fe2fe2'/>
<id>305f66b859c0fd123c95db74700d8b2c13fe2fe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent a warning: setting Encoding.default_external</title>
<updated>2023-12-12T01:31:37+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2023-12-12T01:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0c287df3bc4c1a7aed3279e20590ecf628722b4d'/>
<id>0c287df3bc4c1a7aed3279e20590ecf628722b4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Simplify show_source's super calculation</title>
<updated>2023-12-10T04:21:46+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2023-12-10T04:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=130268e264f59c037eda31205c6e2223cffafbbe'/>
<id>130268e264f59c037eda31205c6e2223cffafbbe</id>
<content type='text'>
(https://github.com/ruby/irb/pull/807)

https://github.com/ruby/irb/commit/2cccc448de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/807)

https://github.com/ruby/irb/commit/2cccc448de
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Disable pager in eval_history test</title>
<updated>2023-12-03T14:05:16+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2023-12-03T14:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a2197466a273928f76e00e89b3a6f5fb23569fa6'/>
<id>a2197466a273928f76e00e89b3a6f5fb23569fa6</id>
<content type='text'>
(https://github.com/ruby/irb/pull/799)

https://github.com/ruby/irb/commit/ee85e84935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/799)

https://github.com/ruby/irb/commit/ee85e84935
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Implement `history` command</title>
<updated>2023-12-02T04:32:04+00:00</updated>
<author>
<name>Gary Tou</name>
<email>gary@garytou.com</email>
</author>
<published>2023-12-02T04:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4ee1f0fb5de08acd659ec18409fca433d1bf371a'/>
<id>4ee1f0fb5de08acd659ec18409fca433d1bf371a</id>
<content type='text'>
(https://github.com/ruby/irb/pull/761)

* Implement `history` command

Lists IRB input history with indices. Also aliased as `hist`.

* Add tests for `history` command

* Address feedback: `puts` with multiple arguments instead of `join`ing

* Address feedback: Handle nil from splitting an empty input string

* Refactor line truncation

* Add `-g` grep option to `history` command

* Add `history` command to README

* Remove unused `*args` parameter

* Allow spaces to be included in grep

* Allow `/` to be included in grep regex

* Handle `input` being an empty string

* Exclude "#{index}: " from matching the grep regex

* Add new line after joining

https://github.com/ruby/irb/commit/3f9eacbfa9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/761)

* Implement `history` command

Lists IRB input history with indices. Also aliased as `hist`.

* Add tests for `history` command

* Address feedback: `puts` with multiple arguments instead of `join`ing

* Address feedback: Handle nil from splitting an empty input string

* Refactor line truncation

* Add `-g` grep option to `history` command

* Add `history` command to README

* Remove unused `*args` parameter

* Allow spaces to be included in grep

* Allow `/` to be included in grep regex

* Handle `input` being an empty string

* Exclude "#{index}: " from matching the grep regex

* Add new line after joining

https://github.com/ruby/irb/commit/3f9eacbfa9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Scrub past history input before split</title>
<updated>2023-12-01T18:04:03+00:00</updated>
<author>
<name>hogelog</name>
<email>konbu.komuro@gmail.com</email>
</author>
<published>2023-12-01T18:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ef466ac931dcb37f98fc89eba526c2593e1cddb0'/>
<id>ef466ac931dcb37f98fc89eba526c2593e1cddb0</id>
<content type='text'>
(https://github.com/ruby/irb/pull/795)

* Scrub past history input before split

* Don't rewrite ENV["LANG"]

https://github.com/ruby/irb/commit/0f344f66d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/795)

* Scrub past history input before split

* Don't rewrite ENV["LANG"]

https://github.com/ruby/irb/commit/0f344f66d9
</pre>
</div>
</content>
</entry>
</feed>
