REBOL3 tracker
  0.9.12 beta
Ticket #0001003 User: anonymous

Project:



rss
TypeBug Statustested Date29-Jun-2009 13:54
Versionalpha 64 Categoryn/a Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary MOLD/ALL of error with code < 100 leaves out the closing ]
Description see code
Example code
>> mold make error! [code: 2]
== "make error! 2" ; apprently this is the style
>> mold/all make error! [code: 2]
== "#[error! 2" ; but then this should have "]" at the end 

; Same happens with the real error
>> mold throw 1
== "make error! 2"
>> mold/all throw 1
== "#[error! 2"

Assigned ton/a Fixed inalpha 65 Last Update29-Jun-2009 22:39


Comments

Date User Field Action Change
29-Jun-2009 22:39 BrianH Status Modified built => tested
29-Jun-2009 19:17 carl Fixedin Modified => alpha 65
29-Jun-2009 19:17 carl Status Modified reviewed => built
29-Jun-2009 17:55 BrianH Code Modified -
29-Jun-2009 17:55 BrianH Status Modified submitted => reviewed
29-Jun-2009 13:54 meijeru Ticket Added -