<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ruby/test_comparable.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>Add tests for passing nil to Comparable#clamp(min, max)</title>
<updated>2023-10-25T07:34:48+00:00</updated>
<author>
<name>Kouhei Yanagita</name>
<email>yanagi@shakenbu.org</email>
</author>
<published>2023-04-26T06:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=593de2b048ee1d5aa290e3fc630e64116f3fe943'/>
<id>593de2b048ee1d5aa290e3fc630e64116f3fe943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert previous commit [ci skip]</title>
<updated>2023-07-12T04:43:25+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-12T04:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=761662bbea12e5b3d4e319a50291de75ad997e98'/>
<id>761662bbea12e5b3d4e319a50291de75ad997e98</id>
<content type='text'>
This reverts commit 074bf01e13db1ac0407786a3bc1b85c13135fd36, "Test
`Comparable#clamp` with inverse arguments as well as a Range".
The test is already in another method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 074bf01e13db1ac0407786a3bc1b85c13135fd36, "Test
`Comparable#clamp` with inverse arguments as well as a Range".
The test is already in another method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test `Comparable#clamp` with inverse arguments as well as a Range</title>
<updated>2023-07-12T04:31:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-12T04:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=074bf01e13db1ac0407786a3bc1b85c13135fd36'/>
<id>074bf01e13db1ac0407786a3bc1b85c13135fd36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change ArgumentError message when Comparable#clamp receives min value higher than max value</title>
<updated>2023-01-18T05:25:11+00:00</updated>
<author>
<name>Kaíque Kandy Koga</name>
<email>kaiquekandykoga@gmail.com</email>
</author>
<published>2023-01-18T05:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=46066d0b96473589038810ac3aa19a1e26fdb837'/>
<id>46066d0b96473589038810ac3aa19a1e26fdb837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise on end-exclusive ranges [Feature #14784]</title>
<updated>2019-10-26T03:52:50+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-25T17:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cf9344131c3d0f5993c6d999c427a4c656df30a2'/>
<id>cf9344131c3d0f5993c6d999c427a4c656df30a2</id>
<content type='text'>
Raises an error on end-exclusive ranges unless endless, regardless
the receiver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raises an error on end-exclusive ranges unless endless, regardless
the receiver.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed range argument condition [Feature #14784]</title>
<updated>2019-10-25T14:30:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-25T13:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=42c652d1959564bc5fb5147c8c343d8c0589583c'/>
<id>42c652d1959564bc5fb5147c8c343d8c0589583c</id>
<content type='text'>
Allows a beginless/endless range, and an end-exclusive range
unless the receiver is smaller than its end.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows a beginless/endless range, and an end-exclusive range
unless the receiver is smaller than its end.
</pre>
</div>
</content>
</entry>
<entry>
<title>Comparable#clamp with a range [Feature #14784]</title>
<updated>2019-10-15T16:42:34+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-15T13:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=929d5fd3b99c1413f737ff16cf0680698036e60f'/>
<id>929d5fd3b99c1413f737ff16cf0680698036e60f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore warnings about mismatched indentations.</title>
<updated>2019-06-01T12:23:24+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-06-01T12:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2bad001cfd15c59630a03918dc80a703b093688e'/>
<id>2bad001cfd15c59630a03918dc80a703b093688e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_comparable.rb: fix clamp test</title>
<updated>2016-08-13T14:04:21+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2016-08-13T14:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=85512bdbde6f23334b4c20201b53539217518770'/>
<id>85512bdbde6f23334b4c20201b53539217518770</id>
<content type='text'>
* test/ruby/test_comparable.rb (TestComparable#test_clamp): fix
  test.  the result which is not clamped should be the receiver.
  [Feature #10594]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/ruby/test_comparable.rb (TestComparable#test_clamp): fix
  test.  the result which is not clamped should be the receiver.
  [Feature #10594]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>Comparable#clamp</title>
<updated>2016-08-11T07:24:25+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2016-08-11T07:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d5a0b8e3cc48632d0cb99553a7aaf233b22a1eac'/>
<id>d5a0b8e3cc48632d0cb99553a7aaf233b22a1eac</id>
<content type='text'>
* compar.c (cmp_clamp): Introduce Comparable#clamp.  [Feature #10594]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* compar.c (cmp_clamp): Introduce Comparable#clamp.  [Feature #10594]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
