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

[REBOL] Re: Another hash! question

From: rotenca:telvia:it at: 28-Jan-2002 1:25

Hi, Matt
> It seems that when repeatedly (over 1000 times) using find on sparse > hash! block then changing the next item I get incorrect behavior or > system lock ups. When using a regular block! the code runs fine, > but replacing the block! with a hash! causes problems. Here is > code I have been using to try to determine the source problem > (try making sum-data a hash! instead of a block!):
It seems to me a bug of the 'change native that manifest itself with the 'next native. --- Ciao Romano