[REBOL] Re: CORE 2.5.2 Bugs
From: rotenca:telvia:it at: 8-May-2002 21:35
> 1) The FOR function still contains all the bugs I reported a while ago
> 2) The SAME? function still crashes the interpreter, when it compares cyclic
> 3) USE still doesn't work correctly, if its first argument is a WORD!
> 4) The END bug as in:
> Is still present
1) the bug-crash set/get with undefined words:
do bind to-block "set 'foo 1" 'system
2) the bug:
>> type? first second make system/words []
== object!
3) the bug-crash:
x: [] copy/deep head insert/only x x
4) the return bug with set-word:
>> type? do does [return to-set-word 'a]
== word!
5) the layout bug with sense
6) the panel style assignation bug
Are still present. :-)
---
Ciao
Romano