Neil Mitchell

Results 1206 comments of Neil Mitchell

Sorry, I somewhat missed this. Can you rebase? I think there is some work to already build with 9.2?

That's what I saw - seems someone broke cabal flags in some weird way. Note that HEAD /= the unreleased GHC 8.2, so HEAD is currently at it's most broken....

Yep, HEAD is moved on - it's GHC 8.4 now :).

I think there are two things: 1. You can define lenses entirely separately to this mechanism and continue using them. What the commentator is saying is that the lens names...

This preprocessor doesn't intend to implement the effects of NoFieldSelectors - it's just a different problem and I don't know how a preprocessor would manage it. I think if you...

Any chance you can upload a `.prof` that shows the difference? That would provide an easy to try test case.

Sounds very reasonable. Patch welcome, or I'll probably get to it in a few days.

No strong preferences. A flag in https://github.com/ndmitchell/rattle/blob/master/test/Test.hs#L21 seems like it might be easiest? Just skip those tests that are network using? The `simple` test might need splitting into two if...

The repo is alive, I keep it up to date with patches for things like CI (I changed over to GitHub actions yesterday), but I'm not actively using the project....

This is really nice work! Sorry it's taken so long to get to it. Turning it into a functional program taking two events in the order they occur, and assuming...