REBOL3 tracker
  0.9.12 beta
Ticket #0002251 User: anonymous

Project:

Previous Next
rss
TypeBug Statussubmitted Date18-Dec-2015 13:51
Versionr3 master CategoryDatatype Submitted byLadislav
PlatformAll Severitymajor Prioritynormal

Summary LESSER-OR-EQUAL? is not an order on words
Description LESSER-OR-EQUAL? is not transitive, and therefore it is not an order on words. See the test below.
Example code
lesser-or-equal? 'C 'a ; == true
lesser-or-equal? 'c 'C ; == true
lesser-or-equal? 'c 'a ; == false

Assigned ton/a Fixed in- Last Update18-Dec-2015 19:13


Comments
(0004671)
Ladislav
18-Dec-2015 13:53

This is related to #2218.
(0004673)
Ladislav
18-Dec-2015 19:13

In the core-tests suite.

Date User Field Action Change
18-Dec-2015 19:13 Ladislav Comment : 0004673 Added -
18-Dec-2015 13:53 ladislav Comment : 0004671 Added -
18-Dec-2015 13:51 ladislav Ticket Added -