<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/mspec/lib, 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>Update to ruby/mspec@b60306d</title>
<updated>2022-09-28T16:37:16+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2022-09-28T16:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5a1ab740fc287df8bf4038f19bd28bbb73e181b6'/>
<id>5a1ab740fc287df8bf4038f19bd28bbb73e181b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rescue File.expand_path in MSpecScript#try_load if HOME is unavailable</title>
<updated>2022-09-21T06:26:34+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2022-02-17T17:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3f387e60ef87d61d5503132f02b96bba8caa32bd'/>
<id>3f387e60ef87d61d5503132f02b96bba8caa32bd</id>
<content type='text'>
mspec tries to load ~/.mspecrc, but some platforms (e.g. WASI) doesn't
have HOME concept, so `~` cannot be expanded and `File.expand_path` can
fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mspec tries to load ~/.mspecrc, but some platforms (e.g. WASI) doesn't
have HOME concept, so `~` cannot be expanded and `File.expand_path` can
fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@37151a0</title>
<updated>2022-08-29T16:18:20+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2022-08-29T16:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b5358a98e632200fdca6ac6f8bd36e448d3795aa'/>
<id>b5358a98e632200fdca6ac6f8bd36e448d3795aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@290e36a</title>
<updated>2022-07-27T15:18:23+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2022-07-27T15:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=44f42413e6c3c2b487a03b53bf6cacbb83ac285b'/>
<id>44f42413e6c3c2b487a03b53bf6cacbb83ac285b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@78b5d86</title>
<updated>2022-06-26T12:50:13+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2022-06-26T12:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f616e816372d14e605879d2e43c7fbdda29ef837'/>
<id>f616e816372d14e605879d2e43c7fbdda29ef837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@215497e</title>
<updated>2022-04-25T12:53:51+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2022-04-25T12:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6ae81d49b52563a6720d666a6118ffa6e484f398'/>
<id>6ae81d49b52563a6720d666a6118ffa6e484f398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spec: skip specs where set TZ environment variable for WASI</title>
<updated>2022-03-17T08:44:41+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2022-02-28T03:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e9553a8cac633067e0da08d78e2200944d33bfdd'/>
<id>e9553a8cac633067e0da08d78e2200944d33bfdd</id>
<content type='text'>
WASI doesn't respect TZ env var for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WASI doesn't respect TZ env var for now
</pre>
</div>
</content>
</entry>
<entry>
<title>spec: skip ruby_exe tests for wasi due to lack of subprocess</title>
<updated>2022-03-14T14:04:13+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2022-02-21T09:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fe2e5c13f919eb0cdc3e5aa1e87e549d73169cb1'/>
<id>fe2e5c13f919eb0cdc3e5aa1e87e549d73169cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@bd47c2a</title>
<updated>2022-03-03T13:43:11+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2022-03-03T13:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1dc6bed0ca6ca379f1c4b2e9fc0dee72dbf1e205'/>
<id>1dc6bed0ca6ca379f1c4b2e9fc0dee72dbf1e205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/mspec@49adc2f</title>
<updated>2022-01-28T13:42:36+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2022-01-28T13:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bb5f71088774b14c96fe11718e5e1b7ffb20fff2'/>
<id>bb5f71088774b14c96fe11718e5e1b7ffb20fff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
