<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/json/json_ryu_fallback_test.rb, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/json] Reduce warnings</title>
<updated>2026-04-16T05:49:58+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2026-04-16T02:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d47f62484bec426469971e877e1d519deb69a29a'/>
<id>d47f62484bec426469971e877e1d519deb69a29a</id>
<content type='text'>
```
../test/json/json_ryu_fallback_test.rb:177: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:178: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:179: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:180: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:181: warning: ambiguous first argument; put parentheses or a space even after `-` operator
```

https://github.com/ruby/json/commit/18d54757d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
../test/json/json_ryu_fallback_test.rb:177: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:178: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:179: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:180: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:181: warning: ambiguous first argument; put parentheses or a space even after `-` operator
```

https://github.com/ruby/json/commit/18d54757d3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] Fix parsing of *negative* out of bound floats.</title>
<updated>2026-04-15T06:38:19+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2026-04-15T06:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=84f7692242fa41c0e4ec4ecfe469cd91c67bd8a8'/>
<id>84f7692242fa41c0e4ec4ecfe469cd91c67bd8a8</id>
<content type='text'>
https://github.com/ruby/json/commit/1072482184
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/json/commit/1072482184
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] Fix handling out of of range exponent in numbers</title>
<updated>2026-04-15T06:21:08+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2026-04-15T06:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b4d95b8d03b17c80f2b54a1e92b74df2bb9f63e'/>
<id>5b4d95b8d03b17c80f2b54a1e92b74df2bb9f63e</id>
<content type='text'>
Fix: https://github.com/ruby/json/issues/970

If the parsed exponent overflows a `int32_t` passing it
to ryu is incorrect.

We could pass it to `rb_cstr_to_dbl` but then Ruby will emit
an annoying warning, instead we can coerce to `0.0` and `Inf`.

https://github.com/ruby/json/commit/20454ba274
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix: https://github.com/ruby/json/issues/970

If the parsed exponent overflows a `int32_t` passing it
to ryu is incorrect.

We could pass it to `rb_cstr_to_dbl` but then Ruby will emit
an annoying warning, instead we can coerce to `0.0` and `Inf`.

https://github.com/ruby/json/commit/20454ba274
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] Add ryu float parser.</title>
<updated>2025-10-30T10:56:36+00:00</updated>
<author>
<name>Josef Šimánek</name>
<email>josef.simanek@gmail.com</email>
</author>
<published>2025-10-26T20:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3ca4321680faea98b30fb41d5b18c21b74e1261c'/>
<id>3ca4321680faea98b30fb41d5b18c21b74e1261c</id>
<content type='text'>
https://github.com/ruby/json/commit/9c4db31908

Co-Authored-By: Jean Boussier &lt;jean.boussier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/json/commit/9c4db31908

Co-Authored-By: Jean Boussier &lt;jean.boussier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
