You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've been trying to run the examples in Flite, but some of them are giving unexpected results. For instance, the Fibonacci one gives the following output:
I have also found problems with Taut.hs (empty output) and Countdown.hs (either doesn't stop running or takes a long time). Sudoku.hs, however, apparently works correctly. Have not attempted to run the others yet.
Thanks.
The text was updated successfully, but these errors were encountered:
First, thanks for the report and I'm so very very sorry for not noticing this report until now (I have no idea how that happened).
Indeed, the examples aren't run as part of the regression suite and are in fact broken (the examples in programs all pass). It would seem that I broke it. If you replace
Hello, I've been trying to run the examples in Flite, but some of them are giving unexpected results. For instance, the Fibonacci one gives the following output:
If I compile it to C and run it, these are the results:
I have also found problems with Taut.hs (empty output) and Countdown.hs (either doesn't stop running or takes a long time). Sudoku.hs, however, apparently works correctly. Have not attempted to run the others yet.
Thanks.
The text was updated successfully, but these errors were encountered: