Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: interpreter crash with 'unique and list!

From: tim:johnsons-web at: 14-Jan-2004 17:22

* Andreas Bolka <[andreas--bolka--gmx--net]> [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 <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com<