<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/psych/lib, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/psych] Add a note about safe_load</title>
<updated>2019-11-12T01:43:54+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>aaron.patterson@gmail.com</email>
</author>
<published>2019-10-17T20:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=db33ab470cb4765f1b54384b51850e0db80f5aad'/>
<id>db33ab470cb4765f1b54384b51850e0db80f5aad</id>
<content type='text'>
https://github.com/ruby/psych/commit/0910ae5575
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/0910ae5575
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Remove taint support</title>
<updated>2019-11-12T01:35:47+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-10-18T19:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=30fdee65d96924e0793ec702fcda909a2cac71ea'/>
<id>30fdee65d96924e0793ec702fcda909a2cac71ea</id>
<content type='text'>
Ruby 2.7 deprecates taint and it no longer has an effect.
The lack of taint support should not cause a problem in
previous Ruby versions.

I'm not sure if the untaint calls in deduplicate are still needed
after the removal of tainting in the parser.  If they are not
needed, they should be removed.

https://github.com/ruby/psych/commit/73c1a2b4e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby 2.7 deprecates taint and it no longer has an effect.
The lack of taint support should not cause a problem in
previous Ruby versions.

I'm not sure if the untaint calls in deduplicate are still needed
after the removal of tainting in the parser.  If they are not
needed, they should be removed.

https://github.com/ruby/psych/commit/73c1a2b4e0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Deduplicate hash keys if they're strings</title>
<updated>2019-07-24T22:52:16+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-07-22T10:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6ca7dc69effddeb63a8fb8f759e29ff8649907ec'/>
<id>6ca7dc69effddeb63a8fb8f759e29ff8649907ec</id>
<content type='text'>
https://github.com/ruby/psych/commit/0414982ffd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/0414982ffd
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Drop to support fat gem support.</title>
<updated>2019-07-24T22:50:37+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-07-21T03:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=50076903ab06e2301051e459925afea20325ba7c'/>
<id>50076903ab06e2301051e459925afea20325ba7c</id>
<content type='text'>
  ref. https://github.com/ruby/bigdecimal/pull/149

https://github.com/ruby/psych/commit/25ae263252
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ref. https://github.com/ruby/bigdecimal/pull/149

https://github.com/ruby/psych/commit/25ae263252
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not allocate a string to check if a scalar is an integer</title>
<updated>2019-06-25T06:56:20+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-04-26T17:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=746812ee9645ff821a039136f9576b7c8f18b920'/>
<id>746812ee9645ff821a039136f9576b7c8f18b920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove string_cache in ScalarScanner</title>
<updated>2019-06-25T06:56:20+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-04-26T16:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5a4d2b9f2f1cb5124a4dccc103c7bbe8d27554d5'/>
<id>5a4d2b9f2f1cb5124a4dccc103c7bbe8d27554d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce string allocations in scalar_scanner</title>
<updated>2019-06-25T06:56:20+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-04-26T11:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=63f78bbaaea4bb0b7009e50a938ef146416c53c2'/>
<id>63f78bbaaea4bb0b7009e50a938ef146416c53c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dump Hash ivars before elements</title>
<updated>2019-06-25T06:56:20+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>aaron.patterson@gmail.com</email>
</author>
<published>2019-01-16T18:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=03dac55f90bd6b842ffe90b6bfa98af5c0897513'/>
<id>03dac55f90bd6b842ffe90b6bfa98af5c0897513</id>
<content type='text'>
When the Hash is revived, the ivars will be set before elements.  This
is for the case when the hash setter depends on ivars set on the hash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the Hash is revived, the ivars will be set before elements.  This
is for the case when the hash setter depends on ivars set on the hash.
</pre>
</div>
</content>
</entry>
<entry>
<title>Round trip exception backtraces</title>
<updated>2019-06-25T06:56:20+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>aaron.patterson@gmail.com</email>
</author>
<published>2019-01-09T21:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a53ab897c35586a836710a8afeb1e8c1abd9b087'/>
<id>a53ab897c35586a836710a8afeb1e8c1abd9b087</id>
<content type='text'>
This commit allows exception backtraces to round trip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit allows exception backtraces to round trip
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor exception dumping</title>
<updated>2019-06-25T06:56:20+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>aaron.patterson@gmail.com</email>
</author>
<published>2019-01-09T21:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f770a5be66412fcbdb238db950c80367100a257e'/>
<id>f770a5be66412fcbdb238db950c80367100a257e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
