Re: Euphoria in Euphoria

new topic     » goto parent     » topic index » view thread      » older message » newer message

Irv Mullins writes:
> Is this the kind of bug that is going to jump out and bite us?

from Linux 2.2 release notes:

> All platforms: bug fix: If a Euphoria routine called itself
> recursively from inside a for-loop, and at one level of
> recursion the for-loop counted *up* to an upper limit, and
> at another level of recursion the for-loop counted *down* to
> a lower limit, the for-loop would probably malfunction at
> one of the levels. Thanks to Delroy Gayle.

This bug has been there since before Euphoria 1.0.
Very few recursive algorithms count *up* at one level
of recursion and count *down* at another level of recursion
in the same for-loop. The fix is already in 2.2 for Linux and will
appear in 2.2 beta for WIN32+DOS32 within a few weeks.

When he changed the for-loop to a while-loop everything
worked fine.

Regards,
     Rob Craig
     Rapid Deployment Software
     http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu