* Andreas Bolka <[EMAIL PROTECTED]> [040114 16:36]:
>
>
> using REBOL/Core 2.5.6.3.1 (win32) or REBOL/Core 2.5.6.4.2 (linux),
> the following expression crashes the interpreter:
>
> >> unique make list! array 15000
> Invalid data type during recycle
> ** Press enter to quit...
>
> [Submitted to feedback as (Feedback Id #41ej11430)]
Hmm!
on REBOL/Core 2.5.5.4.2 (linux):
>> unique make list! array 15000
== make list! [none]
; that works
; But if we attempt an assignment
; from that expression:
>> t: unique make list! array 15000
Invalid data type during recycle
; Gadzooks! I broke it...
; should I submit this too?
tim
--
Tim Johnson <[EMAIL PROTECTED]>
http://www.alaska-internet-solutions.com
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.