-
Notifications
You must be signed in to change notification settings - Fork 10
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
Investigate why simplifier ticks become exhausted on old GHCs #51
Comments
This was referenced Jan 2, 2022
RyanGlScott
added a commit
to RyanGlScott/text-show-instances
that referenced
this issue
Mar 26, 2022
Alas, the same problems that plagued `text-show` in RyanGlScott/text-show#50 are now showing up in `text-show-instances` as well. For now, I'll apply the same short-term fix as in RyanGlScott/text-show#50. See RyanGlScott/text-show#51 for an issue tracking a longer-term solution.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling
text-show
on GHC 8.0 and 8.2 has a tendency to exhaust the simplifier ticks. (See 0cba202 and #50 for examples of this.) Rather than blindly increase the simplifier tick limit to work around the issue, we should investigate if there is a more robust fix that can be applied in the code itself. It is likely thattext-show
's aggressive use of theINLINE
pragmas has something to do with it, although it is not yet clear to me whichINLINE
pragmas would be best to remove.The text was updated successfully, but these errors were encountered: