REBOL3 tracker
  0.9.12 beta
Ticket #0001429 User: anonymous

Project:



rss
TypeBug Statustested Date16-Jan-2010 12:23
Versionalpha 96 CategorySyntax Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary Lexical scan allows serialized value to be directly preceded by any string starting with digit
Description See code. When #[ is preceded by a string starting with a non-digit, an error is correctly thrown.
Example code
>> 1#[logic! 1]
== true
>> a#[logic! 0]
** Syntax error: invalid "word" -- "a#"

Assigned ton/a Fixed inalpha 97 Last Update8-Feb-2010 03:20


Comments
(0001962)
Carl
4-Feb-2010 22:19

In addition, the case 2#"a" is not valid.

Date User Field Action Change
8-Feb-2010 03:20 BrianH Status Modified built => tested
4-Feb-2010 22:19 carl Fixedin Modified => alpha 97
4-Feb-2010 22:19 carl Status Modified reviewed => built
4-Feb-2010 22:19 carl Comment : 0001962 Added -
24-Jan-2010 04:07 BrianH Status Modified submitted => reviewed
19-Jan-2010 07:35 meijeru Description Modified -
19-Jan-2010 07:32 meijeru Version Modified alpha 97 => alpha 96
19-Jan-2010 07:32 meijeru Summary Modified LOAD chokes on serialized value preceded by digits => Lexical scan allows serialized value to be directly preceded by any string starting with digit
19-Jan-2010 07:32 meijeru Description Modified -
19-Jan-2010 07:32 meijeru Code Modified -
16-Jan-2010 13:27 meijeru Description Modified -
16-Jan-2010 12:24 meijeru Code Modified -
16-Jan-2010 12:23 meijeru Ticket Added -