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

[REBOL] Bugs still in 2.5: foreach, reduce, do/next

From: fsievert:uos at: 28-Mar-2001 15:15

Hi! A lot of bugs are gone in Core 2.5. My favourite bug is gone:
>> join "{" {"}
== {^{"} :) But there are still a few (crashing) bugs in 'foreach 'reduce and 'do/next This is shown in do http://proton.cl-ki.uni-osnabrueck.de/REBOL/bug-test.r If you have problems with these bugs, you can try my bugfixing script: do http://proton.cl-ki.uni-osnabrueck.de/REBOL/bugfixes.r (Which will make everything slower, but removes the bugs (and adds new ones ;)) CU, Frank