yhi error in nobench: wrong output for digits-of-e2

This program in the nobench suite: http://www.cse.unsw.edu.au/~dons/code/nobench/imaginary/digits-of-e2/digits-... Generates incorrect output with yhi darcs version: $ yhc digits-of-e2.hs $ yhi Main.hbc 10 "2.88506250" Should be: $ ./digits-of-e2 10 "2.71828182" If it helps narrow things down, nhc98 from darcs produces the correct output here. Cheers, Don

Hello, On Thursday 22 February 2007 12:33, Donald Bruce Stewart wrote:
This program in the nobench suite:
http://www.cse.unsw.edu.au/~dons/code/nobench/imaginary/digits-of-e2/digits-...
Generates incorrect output with yhi darcs version:
$ yhc digits-of-e2.hs $ yhi Main.hbc 10 "2.88506250"
Should be:
$ ./digits-of-e2 10 "2.71828182"
If it helps narrow things down, nhc98 from darcs produces the correct output here.
Cheers, Don _______________________________________________ Yhc mailing list Yhc@haskell.org http://www.haskell.org/mailman/listinfo/yhc
Thanks a lot. This has been confirmed and recorded as Yhc issue #127. Best regards Thorkil

Hi
The minimal test case that Thorkil submitted (thanks!) has now been
fixed. I suspect that will fix the whole program. A brand new darcs
tree should now pass.
Thanks
Neil
On 2/26/07, Thorkil Naur
Hello,
On Thursday 22 February 2007 12:33, Donald Bruce Stewart wrote:
This program in the nobench suite:
http://www.cse.unsw.edu.au/~dons/code/nobench/imaginary/digits-of-e2/digits-...
Generates incorrect output with yhi darcs version:
$ yhc digits-of-e2.hs $ yhi Main.hbc 10 "2.88506250"
Should be:
$ ./digits-of-e2 10 "2.71828182"
If it helps narrow things down, nhc98 from darcs produces the correct output here.
Cheers, Don _______________________________________________ Yhc mailing list Yhc@haskell.org http://www.haskell.org/mailman/listinfo/yhc
Thanks a lot. This has been confirmed and recorded as Yhc issue #127.
Best regards Thorkil _______________________________________________ Yhc mailing list Yhc@haskell.org http://www.haskell.org/mailman/listinfo/yhc
participants (3)
-
dons@cse.unsw.edu.au
-
Neil Mitchell
-
Thorkil Naur