<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ruby/test_dir.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>Make Dir#chdir never yield args, and return block return value</title>
<updated>2023-12-12T06:31:16+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2023-12-12T01:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f49af3c969eb7ba9937514a229b49e5b7d91f0f1'/>
<id>f49af3c969eb7ba9937514a229b49e5b7d91f0f1</id>
<content type='text'>
If no block is given, return 0 instead of nil for consistency
with Dir.chdir and Dir.fchdir.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If no block is given, return 0 instead of nil for consistency
with Dir.chdir and Dir.fchdir.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Feature #19244] Windows: Prefer USERPROFILE over HOMEPATH on startup as well</title>
<updated>2023-10-27T01:16:18+00:00</updated>
<author>
<name>Lars Kanis</name>
<email>lars@greiz-reinsdorf.de</email>
</author>
<published>2023-10-27T01:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9a618b95cdee82b64257a248c31d49ae9f066fea'/>
<id>9a618b95cdee82b64257a248c31d49ae9f066fea</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Add Dir.for_fd</title>
<updated>2023-03-24T18:18:57+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2023-02-09T21:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=836e9a192ba4fdc56a2d3d94f5840869f77fd3bf'/>
<id>836e9a192ba4fdc56a2d3d94f5840869f77fd3bf</id>
<content type='text'>
This returns a Dir instance for the given directory file descriptor.
If fdopendir is not supported, this raises NotImplementedError.

Implements [Feature #19347]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This returns a Dir instance for the given directory file descriptor.
If fdopendir is not supported, this raises NotImplementedError.

Implements [Feature #19347]
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Dir#chdir</title>
<updated>2023-03-24T18:18:57+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2023-02-09T20:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3be65f63c79492908e898d8d7281035445a2b9a1'/>
<id>3be65f63c79492908e898d8d7281035445a2b9a1</id>
<content type='text'>
This uses Dir.fchdir if supported, or Dir.chdir otherwise.

Implements [Feature #19347]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This uses Dir.fchdir if supported, or Dir.chdir otherwise.

Implements [Feature #19347]
</pre>
</div>
</content>
</entry>
<entry>
<title>Test of environment variables order for HOME on Windows</title>
<updated>2022-12-24T14:49:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-24T02:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4378de02f9c2c494ae1302c59625e2d126b23f3e'/>
<id>4378de02f9c2c494ae1302c59625e2d126b23f3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Dir.home test with encoding</title>
<updated>2022-12-24T13:55:12+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-23T09:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6a55b4601a50144a4c98571a79395b85465fda7f'/>
<id>6a55b4601a50144a4c98571a79395b85465fda7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract setup of environment variables</title>
<updated>2022-12-24T02:29:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-24T02:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d5635dfe36588b04d3dd6065ab4e422f51629b11'/>
<id>d5635dfe36588b04d3dd6065ab4e422f51629b11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19042] Fix Dir.glob brace with '/'</title>
<updated>2022-10-18T00:18:03+00:00</updated>
<author>
<name>Hiroshi Shirosaki</name>
<email>h.shirosaki@gmail.com</email>
</author>
<published>2022-10-18T00:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=329d5424a479bb08e75bd750c51a5382e382731c'/>
<id>329d5424a479bb08e75bd750c51a5382e382731c</id>
<content type='text'>
Dir.glob brace pattern with '/' after '**' does not match
paths in recursive expansion process.
We expand braces with '/' before expanding a recursive.

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dir.glob brace pattern with '/' after '**' does not match
paths in recursive expansion process.
We expand braces with '/' before expanding a recursive.

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use omit instead of skip: test/ruby/**/*.rb</title>
<updated>2022-01-04T08:25:30+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-01-04T08:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=47bf64a26d3d95a312ea5cf5d94ee1d2104f5e26'/>
<id>47bf64a26d3d95a312ea5cf5d94ee1d2104f5e26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expect bool as `sort:` option at glob [Feature #18287]</title>
<updated>2021-11-18T12:47:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-18T12:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=89b440bf724b5e670da0fa31c36a7945a7ddc80f'/>
<id>89b440bf724b5e670da0fa31c36a7945a7ddc80f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
