<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/test-bundled-gems.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Typofix under lib and test, tool directories</title>
<updated>2023-12-25T02:32:42+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-25T02:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27ead9907db12a6ff955cd86a15a62ff1f064392'/>
<id>27ead9907db12a6ff955cd86a15a62ff1f064392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19968] Revert RBS revision to test</title>
<updated>2023-10-24T13:59:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-24T13:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c86c6a84f53a21330702ebd21cc1a65d7776171d'/>
<id>c86c6a84f53a21330702ebd21cc1a65d7776171d</id>
<content type='text'>
This reverts the commits for the master branch of RBS:

- commit f717faac632dd8664d0967f8e639b84d5d032854: "Update rbs
  revision to test"

    The target revision to test is in master branch, not for 3.2.x.

- commit 9e93af5329f35092c3de3ea37d4e9e181b800bb2: "Skip RBS
  `RbConfig::TOPDIR` test that is `nil` before installation"

    RbConfig_test.rb is not updated in 3.2.x branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts the commits for the master branch of RBS:

- commit f717faac632dd8664d0967f8e639b84d5d032854: "Update rbs
  revision to test"

    The target revision to test is in master branch, not for 3.2.x.

- commit 9e93af5329f35092c3de3ea37d4e9e181b800bb2: "Skip RBS
  `RbConfig::TOPDIR` test that is `nil` before installation"

    RbConfig_test.rb is not updated in 3.2.x branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip RBS `RbConfig::TOPDIR` test that is `nil` before installation</title>
<updated>2023-10-21T23:44:52+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-21T11:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9e93af5329f35092c3de3ea37d4e9e181b800bb2'/>
<id>9e93af5329f35092c3de3ea37d4e9e181b800bb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RBS no longer has test/stdlib/Prime_test.rb</title>
<updated>2023-10-21T23:44:52+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-21T11:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0ca5182ae506e2518fc68f3512d173f547ebfbf1'/>
<id>0ca5182ae506e2518fc68f3512d173f547ebfbf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `::` form workflow commands</title>
<updated>2023-08-15T14:30:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-08-14T13:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b76c2ec0052afc303e254c1e748c2c2a585d6ad5'/>
<id>b76c2ec0052afc303e254c1e748c2c2a585d6ad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow test-unit-ruby-core files to be loaded from bundled gems</title>
<updated>2023-06-14T03:14:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-06-13T16:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c5c15a565b9b88745fe08f2ff78c2e0e5b401498'/>
<id>c5c15a565b9b88745fe08f2ff78c2e0e5b401498</id>
<content type='text'>
Separate the directly from the customized test-unit, since it may not
work with bundled gems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Separate the directly from the customized test-unit, since it may not
work with bundled gems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to skip Prime_test.rb</title>
<updated>2023-06-12T04:18:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-06-12T02:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f6e6d52b226015063ea3ee002517911d41333648'/>
<id>f6e6d52b226015063ea3ee002517911d41333648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run test-unit test without rake task to avoid yard dependency</title>
<updated>2023-06-12T04:18:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-06-12T01:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8be4659b600d28f9f9b812ab2692a367260528d9'/>
<id>8be4659b600d28f9f9b812ab2692a367260528d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rbs (#7415)</title>
<updated>2023-03-02T03:59:04+00:00</updated>
<author>
<name>Soutaro Matsumoto</name>
<email>matsumoto@soutaro.com</email>
</author>
<published>2023-03-02T03:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1abec43b5d3290ef2229ceb64014ed91410a6381'/>
<id>1abec43b5d3290ef2229ceb64014ed91410a6381</id>
<content type='text'>
* Update RBS to skip validation task
* Revert TEST_BUNDLED_GEMS_ALLOW_FAILURES</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update RBS to skip validation task
* Revert TEST_BUNDLED_GEMS_ALLOW_FAILURES</pre>
</div>
</content>
</entry>
<entry>
<title>Set up RBS_SKIP_TESTS (#6862)</title>
<updated>2022-12-21T13:11:51+00:00</updated>
<author>
<name>Soutaro Matsumoto</name>
<email>matsumoto@soutaro.com</email>
</author>
<published>2022-12-21T13:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6af6857ecfd5d67e5e9125c7ace0900475481275'/>
<id>6af6857ecfd5d67e5e9125c7ace0900475481275</id>
<content type='text'>
* Set up RBS_SKIP_TESTS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Set up RBS_SKIP_TESTS</pre>
</div>
</content>
</entry>
</feed>
