REBOL3 tracker
  0.9.12 beta
Ticket #0002062 User: anonymous

Project:



rss
TypeBug Statussubmitted Date18-Sep-2013 23:00
Versionr3 master CategoryNative Submitted byBrianH
PlatformAll Severityminor Prioritynormal

Summary COMPOSE/into of non-block doesn't insert into target
Description COMPOSE/into is supposed to insert its resulting value(s) into the target block specified by the out parameter. However, the /into option is ignored when the value argument isn't a block, and COMPOSE just returns value as if /into wasn't specified. COMPOSE/into should always insert.
Example code
>> head compose/into "a" []
== "a"  ; should be ["a"]

Assigned ton/a Fixed in- Last Update18-Sep-2013 23:00


Comments

Date User Field Action Change
18-Sep-2013 23:00 BrianH Ticket Added -