<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/json, 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>Import json-2.3.0 from flori/json</title>
<updated>2019-12-12T00:14:09+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-12-12T00:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=53e8589c69d1345235d9f02ecbcf6aa32fa9d39c'/>
<id>53e8589c69d1345235d9f02ecbcf6aa32fa9d39c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip useless test</title>
<updated>2019-11-29T02:21:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-29T02:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f83bebdf7a76e1ade3c5dc9d54cbffb9f761b453'/>
<id>f83bebdf7a76e1ade3c5dc9d54cbffb9f761b453</id>
<content type='text'>
`JSONGeneratorTest#test_remove_const_seg` is meaningful only for
the extension library version, but nonsense for pure ruby version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`JSONGeneratorTest#test_remove_const_seg` is meaningful only for
the extension library version, but nonsense for pure ruby version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Look up constant instead of caching in a global</title>
<updated>2019-10-17T20:30:09+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>tenderlove@ruby-lang.org</email>
</author>
<published>2019-10-17T20:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9026e12f93bb0f3f63d7449cdb5eabb2e660088f'/>
<id>9026e12f93bb0f3f63d7449cdb5eabb2e660088f</id>
<content type='text'>
The global can go bad if the compactor runs, so we need to look up the
constant instead of caching it in a global.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The global can go bad if the compactor runs, so we need to look up the
constant instead of caching it in a global.
</pre>
</div>
</content>
</entry>
<entry>
<title>[flori/json] fix test as reported in #343</title>
<updated>2019-10-14T10:54:49+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2017-12-21T08:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a4cf11c10fcaadfab738d8e98712551f701eef5a'/>
<id>a4cf11c10fcaadfab738d8e98712551f701eef5a</id>
<content type='text'>
https://github.com/flori/json/commit/565c72ba9e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/flori/json/commit/565c72ba9e
</pre>
</div>
</content>
</entry>
<entry>
<title>[flori/json] Fixed unexpected illegal/malformed utf-8 error</title>
<updated>2019-10-14T10:54:48+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-14T10:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2003755a2c491fd81496308cad97ce6304c51fe8'/>
<id>2003755a2c491fd81496308cad97ce6304c51fe8</id>
<content type='text'>
flori/json@c34d01ff6a18dac04a90b2e0f820cdb1d5c7e1b2 does not
consider US-ASCII compatible but non-UTF-8 encodings, and causes
an error in RDoc tests.

https://github.com/flori/json/commit/4f471bf590
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flori/json@c34d01ff6a18dac04a90b2e0f820cdb1d5c7e1b2 does not
consider US-ASCII compatible but non-UTF-8 encodings, and causes
an error in RDoc tests.

https://github.com/flori/json/commit/4f471bf590
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore warnings about ambiguous first argument with the negative integer.</title>
<updated>2019-06-01T12:07:35+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-06-01T12:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3c77ef9adc567af58e27c62db35d618f3b3069d2'/>
<id>3c77ef9adc567af58e27c62db35d618f3b3069d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore warnings about ambiguous first argument of regexp with assert match.</title>
<updated>2019-06-01T11:44:24+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-06-01T11:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9eecd7a2fd0b67aa13450887a1fee9a6638b9e4e'/>
<id>9eecd7a2fd0b67aa13450887a1fee9a6638b9e4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge json-2.2.0 from flori/json.</title>
<updated>2019-02-23T03:43:58+00:00</updated>
<author>
<name>hsbt</name>
<email>hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2019-02-23T03:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6604e1b7cd75bef7ed72db699d8f88a7fb56c330'/>
<id>6604e1b7cd75bef7ed72db699d8f88a7fb56c330</id>
<content type='text'>
  https://github.com/flori/json/releases/tag/v2.2.0

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  https://github.com/flori/json/releases/tag/v2.2.0

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix JSON::Parser against bigdecimal updates</title>
<updated>2018-12-02T05:21:57+00:00</updated>
<author>
<name>mrkn</name>
<email>mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-12-02T05:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a7e3516ff1116a15b3ed62f55143eceee27c4ce9'/>
<id>a7e3516ff1116a15b3ed62f55143eceee27c4ce9</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>require 'bigdecimal'</title>
<updated>2017-06-16T04:04:53+00:00</updated>
<author>
<name>ko1</name>
<email>ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2017-06-16T04:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ab8e756de0f88f1841510a4043558c0f4d28c5cc'/>
<id>ab8e756de0f88f1841510a4043558c0f4d28c5cc</id>
<content type='text'>
* test/json/json_parser_test.rb: this test needs bigdecimal.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/json/json_parser_test.rb: this test needs bigdecimal.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
