elm-format icon indicating copy to clipboard operation
elm-format copied to clipboard

elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide

Results 123 elm-format issues
Sort by recently updated
recently updated
newest added

I don't have my own M1 hardware to build on, so we're waiting for Github Actions to support M1. --- ### Workaround You can build your own darwin-arm64 binaries as...

help wanted
packaging
platform: Mac

Is anyone planning on writing a brew formula for this? Otherwise I could give it a try.

packaging
platform: Mac

As mentioned on Discord, here are the rough changes I made last weekend to generate an aarch64 build on my M1 Mac using `./build.sh --verbose --verbose -- dist`. Feels a...

packaging
platform: Mac

This should be done in a reproducible way, preferably by being able to build locally using docker and buildx support for a locally-running arm container win docker-supported qemu. Starting point:...

help wanted
packaging
platform: Linux

Attempting to install and build on a linux based container on an M1 using 0.8.5: ``` → error /app/node_modules/elm-format: Command failed. → Exit code: 1 → Command: binwrap-install → Arguments:...

Processing of each file is independent. Would it be faster overall if they were allowed to run in parallel? I'd expect that elm-format is mostly disk-bound, but maybe that's not...

discussion
performance

Fixes #766 --- Sorry about the git rewrite @avh4 🙈 I just changed my old work email (which no longer exists) to my gmail personal account so that previous contributions...

It would be nice if `elm-format` could autofix `case ... then` to `case ... of`. It's a mistake I think I and others too commonly make and not the easiest...

discussion
lenient parser

NOTE: If anyone's looking to contribute a PR, you should probably stay up-to-date with this branch, rather than current main. This is some long-overdue refactoring: - Clean up how the...

maintenance

(Technically, this is "emulated compilation", not true "cross compilation"). See https://input-output-hk.github.io/haskell.nix/tutorials/cross-compilation.html Can this be used to build mac, windows, and static linux binaries? The ideal target set would be: -...

help wanted
packaging