<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/irb/test_eval_history.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/irb] Update error message assertions for Ruby 3.4</title>
<updated>2024-02-19T01:48:38+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2024-02-15T17:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9ec9910081b5d91becf9d9d8df7ea65c2ccc3a71'/>
<id>9ec9910081b5d91becf9d9d8df7ea65c2ccc3a71</id>
<content type='text'>
(https://github.com/ruby/irb/pull/874)

https://github.com/ruby/ruby/pull/9605 changes both quotes and format for
exception messages. So we need to update the assertions in the tests.

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

https://github.com/ruby/ruby/pull/9605 changes both quotes and format for
exception messages. So we need to update the assertions in the tests.

https://github.com/ruby/irb/commit/9359d4b51d
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert 25d74b9527cd525042ad0b612b794fa331d3a318 at test/irb</title>
<updated>2024-02-19T01:47:42+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-02-19T01:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=11a6bb8195252910ce7ccfb17f1a39cc510bde22'/>
<id>11a6bb8195252910ce7ccfb17f1a39cc510bde22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not include a backtick in error messages and backtraces</title>
<updated>2024-02-15T09:42:31+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2024-01-19T07:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=25d74b9527cd525042ad0b612b794fa331d3a318'/>
<id>25d74b9527cd525042ad0b612b794fa331d3a318</id>
<content type='text'>
[Feature #16495]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature #16495]
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] diabled ==&gt; disabled</title>
<updated>2024-01-25T09:58:17+00:00</updated>
<author>
<name>ydah</name>
<email>13041216+ydah@users.noreply.github.com</email>
</author>
<published>2024-01-25T02:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4bd58e1ade11f9bc82b12427f59871dd73db7c50'/>
<id>4bd58e1ade11f9bc82b12427f59871dd73db7c50</id>
<content type='text'>
https://github.com/ruby/irb/commit/295797ff37
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/295797ff37
</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] Refactor eval history</title>
<updated>2023-07-04T15:17:41+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2023-07-04T15:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f6af5a1128754bdac07b8cf3c41a7397f113a130'/>
<id>f6af5a1128754bdac07b8cf3c41a7397f113a130</id>
<content type='text'>
(https://github.com/ruby/irb/pull/623)

* Rename `ext/history.rb` to `ext/eval_history.rb`

To confusion with `lib/irb/history.rb`

* Add eval_history tests

* Rename eval_history's History to EvalHistory to avoid confusion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/irb/pull/623)

* Rename `ext/history.rb` to `ext/eval_history.rb`

To confusion with `lib/irb/history.rb`

* Add eval_history tests

* Rename eval_history's History to EvalHistory to avoid confusion
</pre>
</div>
</content>
</entry>
</feed>
