dreixel / syb

Scrap Your Boilerplate generic programming library in Haskell
http://www.cs.uu.nl/wiki/GenericProgramming/SYB
Other
44 stars 23 forks source link

Test failure with GHCJS 8.4 #21

Open ElvishJerricco opened 6 years ago

ElvishJerricco commented 6 years ago

Full log: https://gist.github.com/ElvishJerricco/f318829d9cccb6f0ccaa4888dae8a7c5

Considering the actual and expected outputs appear identical, I'd wager this is a GHCJS bug, but I'm not sure. /cc @luite

sergv commented 5 years ago

@ElvishJerricco It may be related to https://github.com/dreixel/syb/pull/20. There are Doubles so it's possible that they're print the same but actually are not ==.