-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second Run Of Elm-Analyse is broken #132
Comments
Thanks for your report. Much appreciated. Which version of elm-format are you using? I believe 0.6 and up supports JSON output when a path is validated. elm-analyse uses that JSON output. If you are using 0.5 at the moment that would explain the issue. Still, this needs to be fixed. |
Having the same bug. Elm-analyse 0.13.2, elm-format-0.18 0.6.1-alpha. It was working in CLI mode on a previous version, but the -s server mode would crash with a different bug, so I updated it and now it does this on both:
|
Found the issue and fixed it. Will release it later today in |
Thanks. I still get the same error but it runs now. I'm also getting an error with the server mode complaining that "./tests is missing" but I just made an empty directory and that went away. |
@jarcane. Hi Jarcane. Great that is working now. Can you create an issue for the error you encountered? Could you provide the (anonymised) |
Sure, I'll take a look and see what I can do next week. |
After looking at my elm-package, I think actually the error was because of an extra dir in my config and not elm-analyse' fault. |
Second run of [email protected] results in the following crash
in my case I have patched format service
in my case e.output[1].toString() is not json.
It is:
File would be changed /Users/curtis/Dev/elm-spike/elm-stuff/.elm-analyse/_shas/099b1e4d7d73a905e2c0b7ff47a32edb3734c3ef.elma
The text was updated successfully, but these errors were encountered: