dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.51k stars 1.43k forks source link

Fix Haskell `ormolu` fixer #4654

Open eahlberg opened 10 months ago

eahlberg commented 10 months ago
  1. Fix https://github.com/dense-analysis/ale/issues/4593 by enabling ormolu's --stdin-input-file option by default.
  2. Switch to the same design as other Haskell fixers (see https://github.com/dense-analysis/ale/pull/1851), which AFAIU is to improve support for stack. Note: I haven't been able to test this since I haven't found a way to make stack work on my setup (NixOS and cabal).
stale[bot] commented 5 months ago

This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See :help ale-dev for information on writing tests. If your pull request is good to merge, bother w0rp or another maintainer again, and get them to merge it.