REBOL3 tracker
  0.9.12 beta
Ticket #0000661 User: anonymous

Project:



rss
TypeBug Statustested Date24-Feb-2009 23:42
Versionalpha 35 Categoryn/a Submitted byBrianH
PlatformAll Severityminor Priorityurgent

Summary DO of single block in string does the block instead of returning it unevaluated.
Description If you DO a string with a single block in it, DO does the block instead of returning it unevaluated.
Example code
; Current behavior
>> do "[print 'hello]"
hello

; Correct behavior
>> do "[print 'hello]"
== [print 'hello]

Assigned ton/a Fixed inalpha 38 Last Update25-Mar-2009 05:41


Comments
(0000468)
BrianH
24-Feb-2009 23:43

Fixed in mezz-intrinsics 2376, but requires the fix to bug #663 in mezz-load 2375.

Date User Field Action Change
25-Mar-2009 05:41 BrianH Fixedin Modified => alpha 38
25-Mar-2009 05:41 BrianH Status Modified pending => tested
4-Mar-2009 21:07 BrianH Comment : 0000468 Modified -
26-Feb-2009 02:37 BrianH Priority Modified normal => urgent
24-Feb-2009 23:44 BrianH Code Modified -
24-Feb-2009 23:44 BrianH Status Modified submitted => pending
24-Feb-2009 23:43 BrianH Comment : 0000468 Added -
24-Feb-2009 23:42 BrianH Ticket Added -