<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rdoc/test_rdoc_options.rb, 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>[ruby/rdoc] Add `--no-skipping-tests` option</title>
<updated>2022-11-28T04:36:29+00:00</updated>
<author>
<name>Sven Riedel</name>
<email>sriedel@users.noreply.github.com</email>
</author>
<published>2022-11-28T04:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e0901f46b7c62acb2cbc9b05ee5753baeb37b82d'/>
<id>e0901f46b7c62acb2cbc9b05ee5753baeb37b82d</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/33925f885f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/33925f885f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Load YAML library for each test</title>
<updated>2022-02-12T08:13:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-12T08:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=844a8355a1ee22d67e91ae0553851d0285595cd0'/>
<id>844a8355a1ee22d67e91ae0553851d0285595cd0</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/a93e1bcd68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/a93e1bcd68
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Dump plain objects as `RDoc::Options`</title>
<updated>2022-02-12T07:15:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-09-15T08:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3b3fb73d6107f64b4c71472de36c4debaf41cd42'/>
<id>3b3fb73d6107f64b4c71472de36c4debaf41cd42</id>
<content type='text'>
So that the generated `.rdoc_options` file is loadable.

https://github.com/ruby/rdoc/commit/6cf6e1647b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that the generated `.rdoc_options` file is loadable.

https://github.com/ruby/rdoc/commit/6cf6e1647b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Fix a test method name</title>
<updated>2022-02-12T07:02:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-02-12T06:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=11f3882173e1efbc62a3a5bb667acf69ec7e8161'/>
<id>11f3882173e1efbc62a3a5bb667acf69ec7e8161</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/8166b84cf3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/8166b84cf3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Add tests for `--template-stylesheets` option</title>
<updated>2021-09-03T10:13:15+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-08-18T04:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=76c7388c1f41fb0ae3dacda0d9c02e7562a6655d'/>
<id>76c7388c1f41fb0ae3dacda0d9c02e7562a6655d</id>
<content type='text'>
Also flattens `@options.template_stylesheets` when parsing the
command lines.

Fixes #205
Fixes #828 too

https://github.com/ruby/rdoc/commit/857002a763
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also flattens `@options.template_stylesheets` when parsing the
command lines.

Fixes #205
Fixes #828 too

https://github.com/ruby/rdoc/commit/857002a763
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_options</title>
<updated>2021-09-01T15:32:13+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-09-01T15:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cf2faf2e3336592dbc9b94e8189f62e99cc9ae0c'/>
<id>cf2faf2e3336592dbc9b94e8189f62e99cc9ae0c</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/ac85e01756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/ac85e01756
</pre>
</div>
</content>
</entry>
<entry>
<title>Use YAML.safe_load to use the permitted_classes option</title>
<updated>2021-05-21T12:45:03+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-05-21T12:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c264d30261cb7d79caddd982300a7ae002293967'/>
<id>c264d30261cb7d79caddd982300a7ae002293967</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_options</title>
<updated>2021-05-17T03:53:42+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2021-05-17T03:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ffdf0232efd4955a234955c8372885b850fcfe33'/>
<id>ffdf0232efd4955a234955c8372885b850fcfe33</id>
<content type='text'>
Follow-up of d8fd92f62024d85271a3f1125bc6928409f912e1. Instead of using
unsafe_load blindly, RDoc::Options is only supposed to be allowed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up of d8fd92f62024d85271a3f1125bc6928409f912e1. Instead of using
unsafe_load blindly, RDoc::Options is only supposed to be allowed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdoc</title>
<updated>2021-05-17T03:04:40+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-05-17T03:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d8fd92f62024d85271a3f1125bc6928409f912e1'/>
<id>d8fd92f62024d85271a3f1125bc6928409f912e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest""</title>
<updated>2019-10-29T04:16:31+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-10-29T04:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=79a7fd91208989d180027a9fed63db76b0a08cc1'/>
<id>79a7fd91208989d180027a9fed63db76b0a08cc1</id>
<content type='text'>
This reverts commit ca5812fe4516a10cc687281f9e47e1a08449f1ab.

Now tool/lib/minitest provides "omit", so it should work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ca5812fe4516a10cc687281f9e47e1a08449f1ab.

Now tool/lib/minitest provides "omit", so it should work.
</pre>
</div>
</content>
</entry>
</feed>
