Aaron VonderHaar

Results 138 issues of Aaron VonderHaar

and then remove the bimap.nix from the next release

packaging
maintenance

In 0.8.1, the elm-version is auto-detected based on the presence of `elm.json` or `elm-package.json` in the current working directory. Proposal: instead of checking the current working directory, for each file...

feature for developers

While greatly improved by https://github.com/avh4/elm-format/issues/642, something is still slow for large lists. Two Elm Slack users have noted that files with ~5000 element literal lists can take more than a...

help wanted
performance
upgraded-parser

for coding style, it’s currently a bit of a mess, and is just best judgement based on nearby code. I try to use these rules myself: - for files that...

documentation
maintenance

In answer to a question on Elm slack re getting started with elm-format, I thought this answer might be good to have in the official documentation: > it’s recommended to...

documentation

Elm itself requires the following of `case` branches: - all branches have the same indentation - the indentation of branches is greater than the indentation of `case` Ideally, elm-format should...

lenient parser

A brief mention of some high-level goals are mentioned in the README, but there's a lot more undocumented about the philosophy. For this this issue will be a place for...

documentation

```elm let a = 1 in let b = 2 in a + b ``` should merge the two blocks of definitions. Are there any cases where this changes the...

small
in-progress

``` $ elm-format --validate xxx [There was a problem reading one or more of the specified input files: xxx: File does not exist Please check the given paths. ``` Should...

bug
small

Should single-line let declaractions (and possibly also top-level declaractions) be allowed? If so, what should the rules related to that be? - One proposal from https://github.com/avh4/elm-format/issues/507#issuecomment-426995482 is to only allow...

discussion
0.9