-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack overflow when processing telegram-api #167
Comments
I tracked it down to haskell/pretty#32 (comment). |
I solved it in haskell/pretty#35, so we can get rid of this ticket when that is released. |
Just released |
So certainly the small test cases work, but actually doing an end-to-end test seems frustratingly difficult due to diamond dependencies and the preinstalled version of pretty. I reverted the reenable and will have to wait for library upgrades to percolate through the system Reverted as 9b223d1. |
Seemingly |
I've temporarily bumped the limit to 10K, and unexcluded the libraries that were problematic. Solution is a better command line interface to exclude them only during testing. |
Seemingly caused by the type signature:
The text was updated successfully, but these errors were encountered: