<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/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>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>Reapply "merge revision(s) 9f708d48f6df37ee9600db9d51b57a156609a13b,0301473fb523c71d8cdc4966971f31f502001185,7f0e26b7f99bf76408569892ce20318501f74729: [Backport #20516]"</title>
<updated>2024-08-06T09:59:52+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-08-01T04:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16f795b5e9321088c1ba765e0dfe4a8300fc18ad'/>
<id>16f795b5e9321088c1ba765e0dfe4a8300fc18ad</id>
<content type='text'>
This reverts commit 367ad5055c3d5210c884d4611e08ffa32ec608ee.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 367ad5055c3d5210c884d4611e08ffa32ec608ee.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "merge revision(s) 9f708d48f6df37ee9600db9d51b57a156609a13b,0301473fb523c71d8cdc4966971f31f502001185,7f0e26b7f99bf76408569892ce20318501f74729: [Backport #20516]"</title>
<updated>2024-07-26T11:53:32+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-07-26T11:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=367ad5055c3d5210c884d4611e08ffa32ec608ee'/>
<id>367ad5055c3d5210c884d4611e08ffa32ec608ee</id>
<content type='text'>
This reverts commit 56c311aa0b20dee13ab43309ae3386f57f8cb797.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 56c311aa0b20dee13ab43309ae3386f57f8cb797.
</pre>
</div>
</content>
</entry>
</feed>
