You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seemingly in the latest commits, we have flaky CI results, e.g. some tests fail occasionally. This is really annoying, as it is hard to tell whether this is your PR's fault, or someone else's.
The text was updated successfully, but these errors were encountered:
I broke these trying to get #243 in, so as penance I'll try to fix these! All the tests were passing locally for me on macOS, so I'll need to spend some time debugging CircleCI
I'm not sure if #243 did break these in the end. Looks like these were already kind of flakey here and here, but something is causing them to properly fail now. Perhaps something changed on the CircleCI VM? Cache doesn't seem to have anything to do with it
* Fix#246
`getTypeLHsBind` returned a single span corresponding to the overall function
binding. The fix drills down into the individual matches and returns a span for
each of them.
Fixes#246.
* Make it work on GHC 8.8
* Cosmetics
Seemingly in the latest commits, we have flaky CI results, e.g. some tests fail occasionally. This is really annoying, as it is hard to tell whether this is your PR's fault, or someone else's.
The text was updated successfully, but these errors were encountered: