REBOL3 tracker
  0.9.12 beta
Ticket #0001831 User: anonymous

Project:



rss
TypeBug Statuswaiting Date19-Jan-2011 17:03
Versionalpha 110 CategoryDatatype Submitted byCh.Ensel
PlatformAll Severityminor Prioritynormal

Summary Set-functions's "case-senstivity" doesn't take different word types into account
Description The /CASE-refined calls to DIFFERENCE, UNIQUE, UNION, INTERSECT and EXCLUDE haven't been subject to change when the treatment of blocks, objects and maps converged regarding the handling of different word types as it did for FIND, REPLACE, ALTER and SELECT.
Example code
>> difference/case [:a] [a:] 
== []
>> unique/case [a: a :a] 
== [a:]
>> union/case [a] [:a] 
== [a]
>> intersect/case [a] [:a] 
== [a]
>> exclude/case [a] [:a]
== []

Assigned ton/a Fixed in- Last Update20-Jan-2011 02:05


Comments
(0003037)
BrianH
20-Jan-2011 02:04

Waiting until #1830 is resolved.

Date User Field Action Change
20-Jan-2011 02:05 BrianH Comment : 0003037 Modified -
20-Jan-2011 02:05 BrianH Status Modified deferred => waiting
20-Jan-2011 02:04 BrianH Comment : 0003037 Added -
20-Jan-2011 02:04 BrianH Description Modified -
20-Jan-2011 02:04 BrianH Code Modified -
20-Jan-2011 02:04 BrianH Status Modified submitted => deferred
19-Jan-2011 17:03 Ch.Ensel Ticket Added -