Skip to content
#

elm-lang

elm logo

Elm is a domain-specific programming language for declaratively creating web browser-based graphical user interfaces. Elm is purely functional, and is developed with emphasis on usability, performance, and robustness.

Here are 656 public repositories matching this topic...

Janiczek
Janiczek commented Aug 24, 2019

It's currently not possible to give elm-analyse the path to elm-analyse.json. There are usecases where that would be useful:

/elm-analyse.json -- global config

/src/ -- package
/elm.json

/cli/ -- application
/cli/elm.json

The "path to elm-analyse.json" flag would allow me to be able to run elm-analyse from /cli/ but use the global elm-analyse.json and not be forced to

andys8
andys8 commented Oct 10, 2019

I feel like there is a bunch of people trying out the language server and it's not working for them, often because of missing configuration or installs. In the long term it would be great to improve error messages in these cases.

As a first step I think it would help to provide documentation for troubleshooting.

  • How to collect information / logs and report them (e.g. in vs code or vim)
Janiczek
Janiczek commented Dec 14, 2019

Currently if you try to put

module Main exposing (main)

main =
    let
        x = 2
    in
        1 + x

into example-project/src/Main.elm and run it with make, it complains about x not being visible in the body. Make it so!

Depending on where the fix is, it might be a good idea to also add a regression unit test somewhere.

Feel free to discuss/ask how to solve t

fool
fool commented Apr 20, 2020

- Do you want to request a feature or report a bug?

feature

- What is the current behavior?

currently the playground says this redirects file is correct:

/a /b
/a /c

...but the last redirect will never be used.

- If the current behavior is a bug, please provide the steps to reproduce.

Shown above

- What is the expected behavior?

would giv

Created by Evan Czaplicki

Released 2012

Latest release 9 months ago

Repository
elm/compiler
Website
elm-lang.org
Wikipedia
Wikipedia

Related Topics

angular javascript language react vue
You can’t perform that action at this time.