<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/irb/context.rb, branch v3_0_4</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] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIGNMENT</title>
<updated>2020-09-18T20:13:08+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-09-18T19:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=555ea8334451c5ccd881e68b8b7ddc15745e66e3'/>
<id>555ea8334451c5ccd881e68b8b7ddc15745e66e3</id>
<content type='text'>
https://github.com/ruby/irb/commit/4c89b0775b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/4c89b0775b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Add OMIT_ON_ASSIGNMENT</title>
<updated>2020-09-13T17:13:11+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-08-29T11:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e468d9f49ca34f713c030c623f655a40370e186d'/>
<id>e468d9f49ca34f713c030c623f655a40370e186d</id>
<content type='text'>
Omit the results evaluated at assignment if they are too long.

The behavior of ECHO_ON_ASSIGNMENT being on by default is hard to understand,
so I change it to off by default. Instead, we turn OMIT_ON_ASSIGNMENT on by
default. The result is displayed on assignment, but it will always be short
and within one line of the screen.

https://github.com/ruby/irb/commit/c5ea79d5ce
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Omit the results evaluated at assignment if they are too long.

The behavior of ECHO_ON_ASSIGNMENT being on by default is hard to understand,
so I change it to off by default. Instead, we turn OMIT_ON_ASSIGNMENT on by
default. The result is displayed on assignment, but it will always be short
and within one line of the screen.

https://github.com/ruby/irb/commit/c5ea79d5ce
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] get rid of parsing as TIDYLINK unintentionally</title>
<updated>2020-04-07T04:59:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-04-07T04:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bc646e6715bc0113e800f4d7f4dec7bb34123cc1'/>
<id>bc646e6715bc0113e800f4d7f4dec7bb34123cc1</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] Add newline_before_multiline_output</title>
<updated>2020-01-21T00:51:16+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2020-01-16T04:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=51a8055d7db8a6ae35a9f624700c0910ec20aeb8'/>
<id>51a8055d7db8a6ae35a9f624700c0910ec20aeb8</id>
<content type='text'>
https://github.com/ruby/irb/commit/9eb1801a66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/9eb1801a66
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/irb] Remove warning message to bundle on Ruby 2.7.0</title>
<updated>2019-12-24T00:56:40+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-12-24T00:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0e528ae9cb5c1078e4d07287e403cb548e97f0a3'/>
<id>0e528ae9cb5c1078e4d07287e403cb548e97f0a3</id>
<content type='text'>
https://github.com/ruby/irb/commit/d9a7844f50
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/irb/commit/d9a7844f50
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly fix the warning message [ci skip]</title>
<updated>2019-11-26T09:20:29+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2019-11-26T09:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1fe31737d826bcc0a875419f5451679ae7ec04eb'/>
<id>1fe31737d826bcc0a875419f5451679ae7ec04eb</id>
<content type='text'>
I'm not sure, but maybe it was gramatically incorrect?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm not sure, but maybe it was gramatically incorrect?
</pre>
</div>
</content>
</entry>
<entry>
<title>Suggest an alternative to suppress the irb warning</title>
<updated>2019-11-26T09:18:07+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2019-11-26T09:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=958641d9919f19a1e37c633e9dc44d2986904628'/>
<id>958641d9919f19a1e37c633e9dc44d2986904628</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a warning message and --legacy of an alias of --singleline</title>
<updated>2019-11-20T17:44:35+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-11-20T17:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eee70b41d4c04caa06a68cc4847a600eb7322cb8'/>
<id>eee70b41d4c04caa06a68cc4847a600eb7322cb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use singleline/multiline instead of readline/reidline</title>
<updated>2019-11-20T17:44:35+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-10-30T00:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=91bf3b7a77e187794cc84549f330e5675fb5d367'/>
<id>91bf3b7a77e187794cc84549f330e5675fb5d367</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unsused output_method argument</title>
<updated>2019-10-24T14:47:50+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-21T20:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1fb45848257e3a599809c6cac52338999e604da0'/>
<id>1fb45848257e3a599809c6cac52338999e604da0</id>
<content type='text'>
Fixes Ruby Bug 9876.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Ruby Bug 9876.
</pre>
</div>
</content>
</entry>
</feed>
