zudov / purescript-strongcheck-generics

Generics for purescript-strongcheck
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Update for 0.10.2 #6

Closed parsonsmatt closed 7 years ago

parsonsmatt commented 7 years ago

This PR updates the library for the 0.10.2 release of the compiler.

Running pulp test hangs forever. Removing both of the function calls in main didn't change that behavior. I've updated another dependency to point to this branch, and the tests in that case work fine.

zudov commented 7 years ago

Thanks! I'll figure out what's up with the CI and release it today.

zudov commented 7 years ago

Hmm, it appears as something in the genGenericSpine' actually causes it to spin. I need to take a better look.

zudov commented 7 years ago

Appears like it's a problem with toSignature https://github.com/purescript/purescript/issues/2482