<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/core_assertions.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>Add predicates for platforms</title>
<updated>2025-12-15T08:38:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-09-10T06:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3563a0db80566b7c22ca77e620a9e89bb928dba2'/>
<id>3563a0db80566b7c22ca77e620a9e89bb928dba2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync tool/lib/core_assertions.rb from master</title>
<updated>2024-09-02T10:25:23+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2024-09-02T10:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c69d59e9b2d3d8621e50670087d4e53b73580c75'/>
<id>c69d59e9b2d3d8621e50670087d4e53b73580c75</id>
<content type='text'>
It seems necessary to pass test-bundled-gems with REXML.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems necessary to pass test-bundled-gems with REXML.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added explicitly begin-end block for Ruby 2.4.</title>
<updated>2023-10-20T05:34:08+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-10-20T05:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bb849ffdb18305f01457de4e9848c830eb83a2d7'/>
<id>bb849ffdb18305f01457de4e9848c830eb83a2d7</id>
<content type='text'>
  strscan, ipaddr and some default gems still support Ruby 2.4.

  After this, I extract this CoreAssertions to their repositories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  strscan, ipaddr and some default gems still support Ruby 2.4.

  After this, I extract this CoreAssertions to their repositories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress warning for shadowing outer local variable</title>
<updated>2023-09-12T06:10:16+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-09-12T04:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f1c78b23313e63eb31a213cc7277b1eb206a581b'/>
<id>f1c78b23313e63eb31a213cc7277b1eb206a581b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose Test.filter_backtrace for the default gems.</title>
<updated>2023-08-29T06:05:30+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-08-29T04:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=141102b0b08c4feb682210033cac8d0f042c4beb'/>
<id>141102b0b08c4feb682210033cac8d0f042c4beb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core_assertions.rb: Support old rubies</title>
<updated>2023-04-29T02:28:26+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-28T17:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d23964360335ad561f252cb6fe8e90df7ebee90e'/>
<id>d23964360335ad561f252cb6fe8e90df7ebee90e</id>
<content type='text'>
Some symbol argument might not be accepted by Process.clock_gettime.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some symbol argument might not be accepted by Process.clock_gettime.
</pre>
</div>
</content>
</entry>
<entry>
<title>core_assertions.rb: Prefer CPU time clocks</title>
<updated>2023-04-05T15:19:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-03T05:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=533423ebe46ebfe3005198c12aa0d2c899c695ea'/>
<id>533423ebe46ebfe3005198c12aa0d2c899c695ea</id>
<content type='text'>
To prevent influence from other processes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To prevent influence from other processes.
</pre>
</div>
</content>
</entry>
<entry>
<title>core_assertions.rb: Extract common code block</title>
<updated>2023-04-05T15:19:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-03T05:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f9eb2515a3221cced611b4de971b72a78a7a566f'/>
<id>f9eb2515a3221cced611b4de971b72a78a7a566f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core_assertions.rb: Tweak timeout limit</title>
<updated>2023-04-05T15:19:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-03T05:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f07c756494b0e473ff8e4ece6f04c7ababe93b01'/>
<id>f07c756494b0e473ff8e4ece6f04c7ababe93b01</id>
<content type='text'>
Increase the timeout limit when variance at rehearsal is small.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increase the timeout limit when variance at rehearsal is small.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip assert_linear_performance for RJIT</title>
<updated>2023-04-02T19:23:23+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2023-04-02T19:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3fe134759cc4904c74306e0832c22fa518a5bea2'/>
<id>3fe134759cc4904c74306e0832c22fa518a5bea2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
