compiler icon indicating copy to clipboard operation
compiler copied to clipboard

Compiler for Elm, a functional language for reliable webapps.

Results 173 compiler issues
Sort by recently updated
recently updated
newest added

**Quick Summary:** The following example is rejected by the Elm compiler (0.19.1): `let x=1 in x+let x=2 in x` The REPL says "These variables cannot have the same name". I...

I was trying to make some code more generic and ran into this: ``` elm-19: You ran into a compiler bug. Here are some details for the developers: [00] [00]...

bug
types

Single constructor union types feel error-prone for beginners. [One example](https://elmlang.slack.com/archives/C0CJ3SBBM/p1640268588253000): ```elm type Model = List { url : String } initialModel : Model initialModel = [ { url = "1.jpeg"...

**Quick Summary:** I wanna test some elm code and I type ```elm repl``` in bash terminal ,and when I copy my code and paste it , I got some strange...

**Quick Summary:** Trying to install a package in elm while in a folder that was recently deleted throws an unhelpful error. ## SSCCE Run in an `elm init` folder -...

More precisely, when issuing `elm repl --no-colors` ```Elm 0.19.0``` is displayed in cyan and ```Read to learn more: exit, help, imports, etc.``` is displayed in light gray. The same is...

just a small grammar correction

**Quick Summary:** When a module imports another module with the wrong casing (`import ABC` when the module is named `Abc`), the compiler reports a `MODULE NAME MISMATCH` which doesn't indicate...

# The issue After testing elm for a bit I've encountered this error: ``` > elm make src/Main.elm Detected problems in 1 module. -- TYPE MISMATCH -------------------------------------------------- src/Main.elm The 2nd...

The npm package `request` is under maintenance mode: https://github.com/request/request/issues/3142 Therefore, you need to change `request` to other packages. Alternative libraries to request: https://github.com/request/request/issues/3143