
In testing some of my packages against Hugs, I've uncovered bugs[1]. Unfortunately the bug tracker at: http://hackage.haskell.org/trac/hugs/newticket?type=defect doesn't seem to allow normal users to submit tickets. Does anyone know how to submit bug reports to Hugs these days? [1] Namely, the Prelude.isNaN and Prelude.isInfinite functions don't work: Hugs> (0/0::Float) nan Hugs> isNaN (0/0::Float) False Hugs> (0/0::Double) nan Hugs> isNaN (0/0::Double) False Hugs> (1/0::Float) inf Hugs> isInfinite (1/0::Float) False Hugs> (1/0::Double) inf Hugs> isInfinite (1/0::Double) False -- Live well, ~wren

On Wed, 28 Jan 2009 16:45:29 -0500, wren ng thornton
[...]
Does anyone know how to submit bug reports to Hugs these days?
Have you tried subscribing to the Hugs Bugs mailing list at http://www.haskell.org/mailman/listinfo/hugs-bugs ? -- Benjamin L. Russell -- Benjamin L. Russell / DekuDekuplex at Yahoo dot com http://dekudekuplex.wordpress.com/ Translator/Interpreter / Mobile: +011 81 80-3603-6725 "Furuike ya, kawazu tobikomu mizu no oto." -- Matsuo Basho^
participants (2)
-
Benjamin L.Russell
-
wren ng thornton