eta icon indicating copy to clipboard operation
eta copied to clipboard

The Eta Programming Language, a dialect of Haskell on the JVM

Results 100 eta issues
Sort by recently updated
recently updated
newest added

## Description I have tried the eta-scotty-example https://github.com/Jyothsnasrinivas/eta-scotty-example in the `etlas repl`. When I run main, then do Ctrl-C, change some code and enter `:r` ## Expected Behavior REPL should...

repl

Sometimes installation may fail while installing a package from `eta/libraries`. User may want to just try installing the failed libraries instead of doing the `cleaninstall.sh`.

build

Add an extra flag `--enable-proguard` in the `configure` step for `etlas` and also add a new field `proguard-file` that will point to a proguard configuration file (in case you want...

low-hanging-fruit
build
etlas

There should be a quick check before even building that ensures that specified Maven dependencies can be downloaded.

build
etlas

When epm forks to javac it currently uses the LC_ALL environment variable to try and figure out the encoding. This can be problematic if your system is weird or you...

build
etlas

In some cases (like Spark) you don't need to include the spark libs inside the compiler jar, but for purposes of verification of imports, you need to be able to...

build
etlas

This may involve sending a flag to the eta compiler that designates which target is intended to be the main module.

compiler
etlas