Skip to content

1.26.0

Compare
Choose a tag to compare
@FPtje FPtje released this 27 Aug 10:25
· 51 commits to master since this release

Bug fixes

  • Fixed lint settings being ignored when running glualint lint . as opposed to glualint lint <directory>

Changes

  • Reworked the way glualint works with comments. Comments are now placed much closer to their original locations, especially if they were between arguments in function calls. See #163
  • Changed multiline logic: functions are now considered multiline less often. See #163 for details

Refactors

  • Added some CI to glualint, to make sure all the recently added tests pass
  • Reformatted the pretty print AG code
  • Added quite a few more tests for pretty printing
  • Added test files to the library that is pushed to Hackage.