Neil Mitchell

Results 1198 comments of Neil Mitchell

I think simply discarding -Werror is probably the best approach. People use Werror to really say "fail if there are any warnings", and that's something we definitely don't want to...

Nothing in HLint takes account CPP at all, unfortunately. It just can't see the CPP is even there. With a little hand holding you can encourage it to take one...

Thanks for the PR, I've done something a bit different so that we have the same API on all versions of extra. I'll make a release of this shortly.

Yeah, I meant this ticket to just write the benchmark, which will tell us where we are behind and what the difference is.

Nice! Can you try similar benchmarks with vector and bytestring?

Exactly the same break test, just on ASCII.

Very cool - perhaps you should also benchmark foundation break on UArray vs String.

Statements about performance is not always the same as actual performance :) - would be good to confirm (and very nice if it was).

Very awesome. Once this is integrated into the CI scripts etc I suggest closing this ticket, and ideally everything that gets tested should be benchmarked as well.