Type | Bug | Status | tested | Date | 24-Feb-2009 23:42 |
---|---|---|---|---|---|
Version | alpha 35 | Category | n/a | Submitted by | BrianH |
Platform | All | Severity | minor | Priority | urgent |
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 to | n/a | Fixed in | alpha 38 | Last Update | 25-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 | - |