REBOL3 tracker
  0.9.12 beta
Ticket #0001765 User: anonymous

Project:



rss
TypeBug Statussubmitted Date15-Nov-2010 16:18
Versionalpha 110 CategoryUnspecified Submitted bySunanda
PlatformWindows Severityminor Prioritynormal

Summary UNIQUE/DIFFERENCE/INTERSECT/UNION do not accept some data types
Description Under R2 this works:
blk: reduce [ [1 2 3] 'path/path func [][] charset ["a"]]
union blk blk
difference blk blk
etc

Under R3, none of the above datatypes are permitted in set operations:
-- block!
-- path!
-- function!
-- bitset!

Also some datatypes new to R3 are not accepted:
-- map!
-- closure!

(The good news is that both R2 and R3 accept object! as well as series!)

(related CCs: #837 #1592)
Example code

			

Assigned ton/a Fixed in- Last Update28-Oct-2014 11:07


Comments
(0004533)
rgchris
28-Oct-2014 11:07

Also EXCLUDE.

Date User Field Action Change
28-Oct-2014 11:07 rgchris Comment : 0004533 Added -
15-Nov-2010 16:18 sunanda Ticket Added -