REBOL3 tracker
  0.9.12 beta
Ticket #0001075 User: anonymous

Project:



rss
TypeWish Statusreviewed Date9-Jul-2009 22:24
Versionalpha 69 CategoryNative Submitted bySunanda
PlatformAll Severityminor Prioritynormal

Summary Allow UNIQUE to handle blocks of blocks
Description R2:
unique [[] []]
== [[]]
unique [[1] [1]]
== [[1]]

R3:
unique [[] []]
** Script error: block! type is not allowed here
unique [[1] [1]]
** Script error: block! type is not allowed here

Ditto, exclude, difference, intersect

No sure if this is related to cc#985 -- that appears to be addressing something similar.
Example code
unique [[] []]

Assigned ton/a Fixed in- Last Update10-Jul-2009 01:13


Comments

Date User Field Action Change
10-Jul-2009 01:13 BrianH Version Modified alpha 70 => alpha 69
10-Jul-2009 01:13 BrianH Category Modified Unspecified => Native
9-Jul-2009 23:14 carl Status Modified submitted => reviewed
9-Jul-2009 23:14 carl Summary Modified unique etc cannot handle blocks => Allow UNIQUE to handle blocks of blocks
9-Jul-2009 23:14 carl Description Modified -
9-Jul-2009 23:14 carl Type Modified Bug => Wish
9-Jul-2009 22:24 sunanda Ticket Added -