ellie-app / ellie

The Elm Live Editor
https://ellie-app.com
BSD 3-Clause "New" or "Revised" License
736 stars 57 forks source link

Missing ')' after argument list #75

Closed k-bx closed 5 years ago

k-bx commented 5 years ago

Weird error after trying to compile an example from https://raw.githubusercontent.com/mdgriffith/elm-style-animation/master/examples/SimpleFadeIn.elm

https://ellie-app.com/4h5SzQNXrz4a1

tbash commented 5 years ago

This is due to Ellie compiling with --debug and is a known issue of the compiler in certain situations, this being one of them.

An issue exists for the compiler here: https://github.com/elm/compiler/issues/1851

Another exists for a suggested temporary solution for elm-style-animation: https://github.com/mdgriffith/elm-style-animation/issues/67.

Duplicate of https://github.com/ellie-app/ellie/issues/67