<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/core_assertions.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>merge revision(s) bb849ffdb18305f01457de4e9848c830eb83a2d7:</title>
<updated>2024-08-31T10:09:13+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-08-31T10:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=04fab1dfd956a536fa3683682f3e8f2707f6f8ce'/>
<id>04fab1dfd956a536fa3683682f3e8f2707f6f8ce</id>
<content type='text'>
	Added explicitly begin-end block for Ruby 2.4.

	  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>
	Added explicitly begin-end block for Ruby 2.4.

	  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>merge revision(s) 8a7e6f6852740e989ef8f679db5631306466a4ed:</title>
<updated>2024-08-31T09:51:41+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-08-31T09:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f095a085a43b609be6282fcc27ab7fe859259dfc'/>
<id>f095a085a43b609be6282fcc27ab7fe859259dfc</id>
<content type='text'>
	Improve base time of assert_linear_performance (#11369)

	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>
	Improve base time of assert_linear_performance (#11369)

	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>merge revision(s) f1c78b23313e63eb31a213cc7277b1eb206a581b:</title>
<updated>2024-08-31T09:49:58+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-08-31T09:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f4847607ee52040fc62531f37001ea1a22acd856'/>
<id>f4847607ee52040fc62531f37001ea1a22acd856</id>
<content type='text'>
	Suppress warning for shadowing outer local variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Suppress warning for shadowing outer local variable
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) d23964360335ad561f252cb6fe8e90df7ebee90e:</title>
<updated>2024-08-31T09:49:27+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-08-31T09:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b5bb0ee64b24251f103311e56168b96f5334cc6f'/>
<id>b5bb0ee64b24251f103311e56168b96f5334cc6f</id>
<content type='text'>
	core_assertions.rb: Support old rubies

	Some symbol argument might not be accepted by Process.clock_gettime.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	core_assertions.rb: Support old rubies

	Some symbol argument might not be accepted by Process.clock_gettime.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 533423ebe46ebfe3005198c12aa0d2c899c695ea:</title>
<updated>2024-08-31T09:49:12+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-08-31T09:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bec6da392d26677194160cb4875f1bc491db27f5'/>
<id>bec6da392d26677194160cb4875f1bc491db27f5</id>
<content type='text'>
	core_assertions.rb: Prefer CPU time clocks

	To prevent influence from other processes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	core_assertions.rb: Prefer CPU time clocks

	To prevent influence from other processes.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) f9eb2515a3221cced611b4de971b72a78a7a566f:</title>
<updated>2024-08-31T09:48:57+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-08-31T09:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7c2cdca7f250d0b270df585f69f275f72c415348'/>
<id>7c2cdca7f250d0b270df585f69f275f72c415348</id>
<content type='text'>
	core_assertions.rb: Extract common code block
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	core_assertions.rb: Extract common code block
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 3fe134759cc4904c74306e0832c22fa518a5bea2:</title>
<updated>2024-08-31T09:48:17+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-08-31T09:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=07d7ffeb9c2c6537883a1ea7b180eb04ecbe47e6'/>
<id>07d7ffeb9c2c6537883a1ea7b180eb04ecbe47e6</id>
<content type='text'>
	Skip assert_linear_performance for RJIT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Skip assert_linear_performance for RJIT
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) f07c756494b0e473ff8e4ece6f04c7ababe93b01:</title>
<updated>2024-08-31T09:45:29+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-08-31T09:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=00fada3890fe7bebbd660af3682eee6a8857b222'/>
<id>00fada3890fe7bebbd660af3682eee6a8857b222</id>
<content type='text'>
	core_assertions.rb: Tweak timeout limit

	Increase the timeout limit when variance at rehearsal is small.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	core_assertions.rb: Tweak timeout limit

	Increase the timeout limit when variance at rehearsal is small.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use URI-0.12.1 for Ruby 3.2 (#7603)</title>
<updated>2023-03-28T11:36:36+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-03-28T11:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f8c775cb413724a45bb5641de94f4f9210044116'/>
<id>f8c775cb413724a45bb5641de94f4f9210044116</id>
<content type='text'>
* Merge URI-0.12.1

* Use URI-0.12.1

* Update core_assertions for using assert_linear_performance</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Merge URI-0.12.1

* Use URI-0.12.1

* Update core_assertions for using assert_linear_performance</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test fail with assert_ractor outside of ruby/ruby repo</title>
<updated>2022-09-01T07:15:51+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-09-01T07:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f229b36087f1b387d77af8f3fa50f9bffd2fd44e'/>
<id>f229b36087f1b387d77af8f3fa50f9bffd2fd44e</id>
<content type='text'>
  Revert 806583c093ecc2d67830f0a8f0d94decf0ed71e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Revert 806583c093ecc2d67830f0a8f0d94decf0ed71e5
</pre>
</div>
</content>
</entry>
</feed>
