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

[REBOL] Re: Another hash! question

From: joel::neely::fedex::com at: 27-Jan-2002 17:23

Hi, Matt, [m--s--licholai--ieee--org] wrote:
> 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... >
I reran your test using REBOL/Core 2.5.0.3.1 and got a fatal error on REBOL when using the HASH! version. It looks like a real bug to me. I suggest you report it to feedback. -jn- -- ; sub REBOL {}; sub head ($) {@_[0]} REBOL [] # despam: func [e] [replace replace/all e ":" "." "#" "@"] ; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"} print head reverse despam "moc:xedef#yleen:leoj" ;