reanimate / reanimate-svg

BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

Fix "simplifier ticks exhausted" error #43

Closed izuzu-izuzu closed 1 year ago

izuzu-izuzu commented 1 year ago

This commit addresses a common error when compiling with GHC 9 by increasing the simplifier tick factor from 100 (default) to 300.

Relevant issues: #41, reanimate #311

izuzu-izuzu commented 1 year ago

All 3 failed checks are on Ubuntu; all fail at the test stage, not the build stage. Interesting.

lemmih commented 1 year ago

I don't think the tests can be trusted. Feel free to merge this PR. (Also feel free to fix the automated tests. :) )

izuzu-izuzu commented 1 year ago

Approved and merged for the next patch version (likely to be 0.13.0.2).

izuzu-izuzu commented 1 year ago

@lemmih I'll leave the version bump to 0.13.0.2 to you.