<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/psych, 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/psych] Eagerly require `date`.</title>
<updated>2024-11-20T16:59:55+00:00</updated>
<author>
<name>Thierry Deo</name>
<email>thierry.deo@gmail.com</email>
</author>
<published>2024-11-13T08:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2bf5d26eb9eac56cef326d470fb7bd50261df7fe'/>
<id>2bf5d26eb9eac56cef326d470fb7bd50261df7fe</id>
<content type='text'>
https://github.com/ruby/psych/commit/b2aa0032c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/b2aa0032c0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Ensure strings with only underscores are not processed as Integer</title>
<updated>2024-09-11T17:19:18+00:00</updated>
<author>
<name>John Meade</name>
<email>john.meade@zendesk.com</email>
</author>
<published>2024-09-09T14:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=efc77d535b1a0eab02af98e72f2e40ab295ee2e1'/>
<id>efc77d535b1a0eab02af98e72f2e40ab295ee2e1</id>
<content type='text'>
A string similar to "0x____" should be treated as a string.
Currently it is processed as an Integer.

This alters the regex specified by http://yaml.org/type/int.html
to ensure at least one numerical symbol is present in the string
before converting to Integer.

https://github.com/ruby/psych/commit/81479b203e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A string similar to "0x____" should be treated as a string.
Currently it is processed as an Integer.

This alters the regex specified by http://yaml.org/type/int.html
to ensure at least one numerical symbol is present in the string
before converting to Integer.

https://github.com/ruby/psych/commit/81479b203e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Convert tabs to spaces in test/psych/test_yaml.rb</title>
<updated>2024-08-09T19:35:29+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-08-09T19:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d1474affa8e105bece209cc9d594bb0a989859e1'/>
<id>d1474affa8e105bece209cc9d594bb0a989859e1</id>
<content type='text'>
https://github.com/ruby/psych/commit/64bfc308f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/64bfc308f8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Add :stringify_names option to convert symbol keys to string for dumping</title>
<updated>2024-01-18T17:32:34+00:00</updated>
<author>
<name>Robert Schulze</name>
<email>robert@dotless.de</email>
</author>
<published>2023-02-23T12:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d3b07b984545ce156e02e9f71404b652c6cb5284'/>
<id>d3b07b984545ce156e02e9f71404b652c6cb5284</id>
<content type='text'>
https://github.com/ruby/psych/commit/3d051d89aa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/3d051d89aa
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] issue #443: drop special tests for y, Y, n, N since they covered in the more general test</title>
<updated>2024-01-17T00:45:06+00:00</updated>
<author>
<name>Colin Kelley</name>
<email>colin@invoca.com</email>
</author>
<published>2023-07-19T20:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=77593495f7b08301eeb0b4a22cb07b7a6461cd8f'/>
<id>77593495f7b08301eeb0b4a22cb07b7a6461cd8f</id>
<content type='text'>
https://github.com/ruby/psych/commit/6750b35402
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/6750b35402
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] issue #443: quote Y and N when dumping</title>
<updated>2024-01-17T00:45:06+00:00</updated>
<author>
<name>Colin Kelley</name>
<email>colin@invoca.com</email>
</author>
<published>2023-07-19T19:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8ae24e6b085121c6d3de61b45cf089849fe4a177'/>
<id>8ae24e6b085121c6d3de61b45cf089849fe4a177</id>
<content type='text'>
https://github.com/ruby/psych/commit/93c8fb443a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/93c8fb443a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Typofix by misspell</title>
<updated>2023-12-25T12:12:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-25T04:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=edadd5b796678e8f819030f9fa37dcae4be2b282'/>
<id>edadd5b796678e8f819030f9fa37dcae4be2b282</id>
<content type='text'>
https://github.com/ruby/psych/commit/fc9ca15999
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/fc9ca15999
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Use `assert_same` in tests where applicable</title>
<updated>2023-12-19T02:07:46+00:00</updated>
<author>
<name>Alexander Momchilov</name>
<email>alexandermomchilov@gmail.com</email>
</author>
<published>2023-12-18T09:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b3598f95fa997e667bb9e8003b0284ab2a4db081'/>
<id>b3598f95fa997e667bb9e8003b0284ab2a4db081</id>
<content type='text'>
https://github.com/ruby/psych/commit/0dc25a9d6a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/0dc25a9d6a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Add test for code_point_limit</title>
<updated>2023-10-02T02:47:35+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2023-09-18T14:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5c501bcbdb163f8e27d098e2149cf9840e1043ac'/>
<id>5c501bcbdb163f8e27d098e2149cf9840e1043ac</id>
<content type='text'>
Only supported on JRuby currently.

https://github.com/ruby/psych/commit/0c1754eefe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only supported on JRuby currently.

https://github.com/ruby/psych/commit/0c1754eefe
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Skip BigDecimal tests when it's missing to load</title>
<updated>2023-07-18T02:55:47+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-07-18T02:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b368990ce632aaa11581d3b8f9fa9fd77401121a'/>
<id>b368990ce632aaa11581d3b8f9fa9fd77401121a</id>
<content type='text'>
https://github.com/ruby/psych/commit/e1dbfae7a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/e1dbfae7a6
</pre>
</div>
</content>
</entry>
</feed>
