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

repl-temp-000.elm in error messages

Open rtfeldman opened this issue 10 years ago • 0 comments

It's a bit distracting to see repl-temp-000.elm as the filename in error messages:

-- PARTIAL PATTERN ------------------------------------------- repl-temp-000.elm

This pattern does not cover all possible inputs.

Would be better if it just had more dashes, e.g.

 -- PARTIAL PATTERN -------------------------------------------------------------

This pattern does not cover all possible inputs.

rtfeldman avatar Nov 24 '15 16:11 rtfeldman