<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/json/ractor_test.rb, 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>json_pure: fix ractor compatibility</title>
<updated>2024-10-26T09:44:15+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2024-10-25T10:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=73142755480e6a5e2d6307805dcc5d0dde02abbc'/>
<id>73142755480e6a5e2d6307805dcc5d0dde02abbc</id>
<content type='text'>
This actually never worked, because the test was always testing
the ext version from the stdlib, never the pure version nor the
current ext version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This actually never worked, because the test was always testing
the ext version from the stdlib, never the pure version nor the
current ext version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use frozen string literals</title>
<updated>2024-10-26T09:44:15+00:00</updated>
<author>
<name>Étienne Barrié</name>
<email>etienne.barrie@gmail.com</email>
</author>
<published>2024-10-21T10:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=82f7550f65f9872f6d7bff1a876395c23bbd7fc1'/>
<id>82f7550f65f9872f6d7bff1a876395c23bbd7fc1</id>
<content type='text'>
Co-authored-by: Jean Boussier &lt;jean.boussier@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jean Boussier &lt;jean.boussier@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] ractor_test.rb: ignore stderr</title>
<updated>2024-10-16T02:24:25+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2024-10-14T12:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fdbead76ec83a791b0319c7db29e210a410015f4'/>
<id>fdbead76ec83a791b0319c7db29e210a410015f4</id>
<content type='text'>
When rubygems is double loaded it fails the test.

The warning should happen in the first place but this
makes the test more resilient.

https://github.com/ruby/json/commit/513ddeaeb1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When rubygems is double loaded it fails the test.

The warning should happen in the first place but this
makes the test more resilient.

https://github.com/ruby/json/commit/513ddeaeb1
</pre>
</div>
</content>
</entry>
<entry>
<title>[flori/json] The modern Ruby uses utf-8 encodings by default</title>
<updated>2023-12-05T03:04:10+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-05T01:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=abc3d124f79abae6ea9072fe6a3e70486c1fbe58'/>
<id>abc3d124f79abae6ea9072fe6a3e70486c1fbe58</id>
<content type='text'>
https://github.com/flori/json/commit/11b31210ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/flori/json/commit/11b31210ac
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/helper only needs on flori/json repo</title>
<updated>2023-12-01T07:47:06+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-01T07:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d142c08cb5b65e4ba110b116c41a8e5e3acc027'/>
<id>7d142c08cb5b65e4ba110b116c41a8e5e3acc027</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[flori/json] tests/ractor_test.rb: make assert_separately available</title>
<updated>2023-12-01T07:47:06+00:00</updated>
<author>
<name>Lucas Kanashiro</name>
<email>lucas.kanashiro@canonical.com</email>
</author>
<published>2022-11-10T20:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=854e6559b6dcda9dcbd6687aef1a3ac0c0c90cac'/>
<id>854e6559b6dcda9dcbd6687aef1a3ac0c0c90cac</id>
<content type='text'>
Require tests/lib/helper.rb to avoid:

NoMethodError: undefined method `assert_separately'

https://github.com/flori/json/commit/a81bcc0328
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Require tests/lib/helper.rb to avoid:

NoMethodError: undefined method `assert_separately'

https://github.com/flori/json/commit/a81bcc0328
</pre>
</div>
</content>
</entry>
<entry>
<title>Use require_relative in JSON tests</title>
<updated>2023-08-25T22:32:14+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2023-08-25T22:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=96a809f621b742b6256545e85519002d0fd28a44'/>
<id>96a809f621b742b6256545e85519002d0fd28a44</id>
<content type='text'>
to prevent them from conflicting with yarp/test_helper
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to prevent them from conflicting with yarp/test_helper
</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>
</feed>
