<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/core_assertions.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Accept version range</title>
<updated>2024-09-12T14:47:34+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-09-12T01:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fcb058309b1e2ffcc372ca17b0bcf9812b492653'/>
<id>fcb058309b1e2ffcc372ca17b0bcf9812b492653</id>
<content type='text'>
Single `Integer` argument means an exact match to the major version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Single `Integer` argument means an exact match to the major version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add predicates for platforms</title>
<updated>2024-09-10T07:50:21+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=2d12fbc4db7d1501d8f2a6b464af165ec40f7f3c'/>
<id>2d12fbc4db7d1501d8f2a6b464af165ec40f7f3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve base time of assert_linear_performance (#11369)</title>
<updated>2024-08-15T06:55:57+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-08-15T06:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8a7e6f6852740e989ef8f679db5631306466a4ed'/>
<id>8a7e6f6852740e989ef8f679db5631306466a4ed</id>
<content type='text'>
Remove `.ceil` from base time calculation that makes 10x gap.
This will make the assertion more strict and also less flaky.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove `.ceil` from base time calculation that makes 10x gap.
This will make the assertion more strict and also less flaky.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip assert_no_memory_leak when ASAN is enabled</title>
<updated>2024-02-28T03:41:03+00:00</updated>
<author>
<name>KJ Tsanaktsidis</name>
<email>kj@kjtsanaktsidis.id.au</email>
</author>
<published>2024-02-24T03:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fe0b704df5553bdd59e90650ffbbfac785a2e48a'/>
<id>fe0b704df5553bdd59e90650ffbbfac785a2e48a</id>
<content type='text'>
ASAN greatly increases the memory footprint of Ruby, so these static
thresholds are not appropriate. There's no real need to run these tests
under ASAN.

[Bug #20274]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ASAN greatly increases the memory footprint of Ruby, so these static
thresholds are not appropriate. There's no real need to run these tests
under ASAN.

[Bug #20274]
</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>
</feed>
