ndmitchell / debug

Haskell library for debugging
BSD 3-Clause "New" or "Revised" License
122 stars 7 forks source link

Feature/mark infix #18

Closed marklnichols closed 6 years ago

marklnichols commented 6 years ago

Added support for infix functions and operators

marklnichols commented 6 years ago

I'm going to let you take a look at Variables.hs and Record.hs -- I've put them back to their original state. The hlint suggestions do not compile.

ndmitchell commented 6 years ago

I've just tweaked HLint to be less violent and am releasing a new version now. In a few hours it should work once more - apologies!

marklnichols commented 6 years ago

Ok, is there a way to get it to try again or do I just need to do a dummy PR?

marklnichols commented 6 years ago

I just re-merged -- it seemed to think it needed merging, though nothing had changed -- It might have been due to some offending trailing spaces, I just realized my "trim trailing spaces" was turned off.

marklnichols commented 6 years ago

Whatever was wrong with the build seems to have fixed itself.

ndmitchell commented 6 years ago

Thanks!

ndmitchell commented 6 years ago

For info, the travis rules change over time - e.g. when a new HLint is released, or when I update the script in https://github.com/ndmitchell/neil. Generally just rebuild the master branch, if that fails, tell me to fix it and you can merge in my changes.