<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/psych/test_scalar_scanner.rb, branch v4.0.3</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 option to disable symbol parsing</title>
<updated>2025-12-04T00:42:17+00:00</updated>
<author>
<name>Caleb Stewart</name>
<email>caleb.stewart94@gmail.com</email>
</author>
<published>2025-08-05T01:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0e7e6858e3a3689708371028cb1553317b905bb0'/>
<id>0e7e6858e3a3689708371028cb1553317b905bb0</id>
<content type='text'>
https://github.com/ruby/psych/commit/4e9d08c285
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/4e9d08c285
</pre>
</div>
</content>
</entry>
<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] 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] Add strict_integer option to parse numbers with commas as strings</title>
<updated>2022-01-22T01:00:51+00:00</updated>
<author>
<name>Seth Boyles</name>
<email>sethboyles@gmail.com</email>
</author>
<published>2022-01-14T19:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c1a6ff046d4f27c972adf96f9a6724abc2f0647a'/>
<id>c1a6ff046d4f27c972adf96f9a6724abc2f0647a</id>
<content type='text'>
Authored-by: Seth Boyles &lt;sethboyles@gmail.com&gt;

https://github.com/ruby/psych/commit/75bebb37b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authored-by: Seth Boyles &lt;sethboyles@gmail.com&gt;

https://github.com/ruby/psych/commit/75bebb37b8
</pre>
</div>
</content>
</entry>
<entry>
<title>test/psych/test_scalar_scanner.rb: Prevent a warning</title>
<updated>2021-09-09T14:35:03+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2021-09-09T14:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=141db4f383b6cb74bf17aa8b5deeaa04d313946d'/>
<id>141db4f383b6cb74bf17aa8b5deeaa04d313946d</id>
<content type='text'>
```
[ 4696/20990] TestAst#test_ranges:test/psych/test_scalar_scanner.rb(none):138: warning: ambiguous first argument; put parentheses or a space even after `-' operator
```
http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20210909T123007Z.log.html.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
[ 4696/20990] TestAst#test_ranges:test/psych/test_scalar_scanner.rb(none):138: warning: ambiguous first argument; put parentheses or a space even after `-' operator
```
http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20210909T123007Z.log.html.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] Replace A-Za-z with [:alpha:]</title>
<updated>2021-08-31T10:34:54+00:00</updated>
<author>
<name>jory-graham</name>
<email>jory.graham@shopify.com</email>
</author>
<published>2021-08-05T17:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=db154b20cceb2fc71390cce21fdff23f6f36f7b6'/>
<id>db154b20cceb2fc71390cce21fdff23f6f36f7b6</id>
<content type='text'>
https://github.com/ruby/psych/commit/8ec36494fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/8ec36494fb
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] add more tests</title>
<updated>2021-08-31T10:34:28+00:00</updated>
<author>
<name>Alexandr Opak</name>
<email>opak.alexandr@gmail.com</email>
</author>
<published>2021-01-29T13:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=44353d0dee76a547629a6ab978fdaead9b5f79fb'/>
<id>44353d0dee76a547629a6ab978fdaead9b5f79fb</id>
<content type='text'>
https://github.com/ruby/psych/commit/8f71222bf3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/8f71222bf3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] fix typo</title>
<updated>2021-08-31T10:34:21+00:00</updated>
<author>
<name>Alexandr Opak</name>
<email>opak.alexandr@gmail.com</email>
</author>
<published>2021-01-29T12:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=beffa72c27c77603ecc15c60518a55bea4aad3de'/>
<id>beffa72c27c77603ecc15c60518a55bea4aad3de</id>
<content type='text'>
https://github.com/ruby/psych/commit/ebb0cbded1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/ebb0cbded1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/psych] fix parsing integer values with '_' at the end</title>
<updated>2021-08-31T10:34:13+00:00</updated>
<author>
<name>Alexandr Opak</name>
<email>opak.alexandr@gmail.com</email>
</author>
<published>2021-01-29T12:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=48b50cb4febc37120a6026dc95a4a868360048eb'/>
<id>48b50cb4febc37120a6026dc95a4a868360048eb</id>
<content type='text'>
https://github.com/ruby/psych/commit/e0bb853014
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/psych/commit/e0bb853014
</pre>
</div>
</content>
</entry>
</feed>
