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

[REBOL] Re: Eating resources equals probing BIG blocks?

From: Rebolinth:nodep:dds:nl at: 14-Aug-2003 9:13

Quoting carl rebol com: Hello Carl, Well i think that i had a block which was filled with nested blocks and the use of a forever created a dead-loop because there was a 'none return which was not caugth by the fuction. I had a construction like: destination: copy[] forever [ ... append/only destination function arg1 arg2 ... ] But somehow i guess the destination contianed nested-blocks and it growed upto 50000 in a flash of a blink.. anyway..the creation was NOT the problem, the problem came when i did A 'prope' on the block... Uh... I tried this morning to reproduce it but it did not work, The only thing I can do is..keep tracking the problem overhere and when it happens again i'll post the source code (which can several lines ... :-) Thanks for the reply..when i catch it again ill post the code... (R)egards, Norman