UnkindPartition / tasty

Modern and extensible testing framework for Haskell
640 stars 110 forks source link

Cannot use tasty with GHCJS (at least clock is problematic) #288

Closed phadej closed 3 years ago

phadej commented 3 years ago
uncaught exception in Haskell main thread: ReferenceError: h$clock_gettime is not defined
ReferenceError: h$clock_gettime is not defined
UnkindPartition commented 3 years ago

I pushed a potential fix to the fix-ghcjs branch, could you try it?

phadej commented 3 years ago

That seems to work!

UnkindPartition commented 3 years ago

Cool, released as tasty-1.4.0.2.

phadej commented 3 years ago

Thanks!