<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/json, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[flori/json] test parsing of unicode, mixing literal characters with escaped</title>
<updated>2022-07-29T10:10:10+00:00</updated>
<author>
<name>Ethan</name>
<email>ethan@unth.net</email>
</author>
<published>2021-10-20T20:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b2cc74a50dd492e95bd76252046c25495f06a586'/>
<id>b2cc74a50dd492e95bd76252046c25495f06a586</id>
<content type='text'>
https://github.com/flori/json/commit/82fe866da2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/flori/json/commit/82fe866da2
</pre>
</div>
</content>
</entry>
<entry>
<title>[flori/json] Fix parser bug for empty string allocation</title>
<updated>2022-05-20T08:49:13+00:00</updated>
<author>
<name>Andrew Bromwich</name>
<email>a.bromwich@gmail.com</email>
</author>
<published>2022-04-20T12:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a15d0e267a8a429cf2a2a4358080666ee2260526'/>
<id>a15d0e267a8a429cf2a2a4358080666ee2260526</id>
<content type='text'>
When `HAVE_RB_ENC_INTERNED_STR` is enabled it is possible to
pass through a null pointer to `rb_enc_interned_str` resulting
in a segfault

Fixes #495

https://github.com/flori/json/commit/b59368a8c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When `HAVE_RB_ENC_INTERNED_STR` is enabled it is possible to
pass through a null pointer to `rb_enc_interned_str` resulting
in a segfault

Fixes #495

https://github.com/flori/json/commit/b59368a8c2
</pre>
</div>
</content>
</entry>
<entry>
<title>[flori/json] Remove unknown keyword arg from DateTime.parse</title>
<updated>2022-05-20T08:49:13+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2021-12-01T15:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a37051ef3b455a808b32d72561d50b8610d917ce'/>
<id>a37051ef3b455a808b32d72561d50b8610d917ce</id>
<content type='text'>
This snuck in while addding tests for the `create_additions`
feature. Caught by JRuby when we added the `limit` option to the
Date/DateTime parsing methods, which causes this to be rejected as
an unknown keyword.

https://github.com/flori/json/commit/b1007dff66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This snuck in while addding tests for the `create_additions`
feature. Caught by JRuby when we added the `limit` option to the
Date/DateTime parsing methods, which causes this to be rejected as
an unknown keyword.

https://github.com/flori/json/commit/b1007dff66
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare to release json-2.5.0</title>
<updated>2020-12-22T10:44:27+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-12-22T09:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=edb76e8765b7f165237c8ca6155cff1cc0f18cf9'/>
<id>edb76e8765b7f165237c8ca6155cff1cc0f18cf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[json] Make json Ractor safe</title>
<updated>2020-12-21T13:10:43+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2020-12-21T06:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=14d7d1df25bbefadfc385042d541b4afc31e4c1b'/>
<id>14d7d1df25bbefadfc385042d541b4afc31e4c1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[json] Stop using prototype objects</title>
<updated>2020-12-21T13:10:33+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2020-12-20T03:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98cc15ed1e9193e17fad6b87cccf8f8b5ade7801'/>
<id>98cc15ed1e9193e17fad6b87cccf8f8b5ade7801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2</title>
<updated>2020-12-04T10:36:12+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-12-04T10:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b06ffce4aef002dc47c3c5968181230e7ab8d7cc'/>
<id>b06ffce4aef002dc47c3c5968181230e7ab8d7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/json/json_parser_test.rb: suppress warnings</title>
<updated>2020-10-21T14:37:42+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2020-10-21T14:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=762be87759385cd495246b13c8c8eff5c3db0a3c'/>
<id>762be87759385cd495246b13c8c8eff5c3db0a3c</id>
<content type='text'>
http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20201021T123003Z.log.html.gz
```
/home/chkbuild/chkbuild/tmp/build/20201021T123003Z/ruby/test/json/json_parser_test.rb:227: warning: ambiguous first argument; put parentheses or a space even after `-' operator
/home/chkbuild/chkbuild/tmp/build/20201021T123003Z/ruby/test/json/json_parser_test.rb:228: warning: ambiguous first argument; put parentheses or a space even after `-' operator
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20201021T123003Z.log.html.gz
```
/home/chkbuild/chkbuild/tmp/build/20201021T123003Z/ruby/test/json/json_parser_test.rb:227: warning: ambiguous first argument; put parentheses or a space even after `-' operator
/home/chkbuild/chkbuild/tmp/build/20201021T123003Z/ruby/test/json/json_parser_test.rb:228: warning: ambiguous first argument; put parentheses or a space even after `-' operator
```
</pre>
</div>
</content>
</entry>
<entry>
<title>strip trailing spaces [ci skip]</title>
<updated>2020-10-20T14:52:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-10-20T14:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d915e7ee0095727e63104c53b1adc7a70bae6522'/>
<id>d915e7ee0095727e63104c53b1adc7a70bae6522</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an issue with generate_pretty and empty objects in the Ruby and Java implementations</title>
<updated>2020-10-20T12:46:54+00:00</updated>
<author>
<name>Chris Seaton</name>
<email>chris.seaton@shopify.com</email>
</author>
<published>2020-10-07T02:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=451836f5824fdf3c457ab8a5fd91d94cea91862e'/>
<id>451836f5824fdf3c457ab8a5fd91d94cea91862e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
