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

This issue is there so that people can subscribe to it and get updates on the progress of the Maven plugin. If Maven support is a huge blocker for you...

build

I`m trying to add an eta-jar library to a fresh android project. I followed [this](https://brianmckenna.org/blog/eta_android) tutorial. Unfortunately, the build fails due to "Zip64 EOCD locator found but Zip64 format is...

i export an eta object to java for implementing interface. but the interface result object can be null on some situation. i didn't find any eta code for doing this,...

## Description Trying to build a `dhall-json` throws an error: ``` D:\dev\lang\eta\dhall\dhall-haskell>etlas build dhall-json Resolving dependencies... In order, the following will be built (use -v for more details): - dhall-json-1.2.8...

All the functionality described here: https://ryanglscott.github.io/2017/04/12/improvements-to-deriving-in-ghc-82/ Should be backported to Eta at some point. Most notably, the `hedgehog` package requires these which otherwise requires a lengthy patch.

can-workaround
ghc8
compiler

## Description * ghc accepts definitions that only differ in case but eta doesn't * With this file ```haskell module Main where ff = 0 fF = 1 main =...

can-workaround
compiler

## Description * eta doesn't support `foreign import ccall` so we have to patch the code replacing them with `foreign import java` * `ghcjs` supports them converting the ccall calling...

enhancement
ffi

We should implement this GHC Trac ticket at some point: https://gitlab.haskell.org/ghc/ghc/issues/7647 Compact data layouts are essential for performance at times via reduction in cache misses.

performance

There are many frameworks that depend on annotations. I will be using **Spring Boot** as an example. [Spring Boot](https://projects.spring.io/spring-boot/) is a widespread Java framework that does not enforce any kind...

ffi

Follow up of #805 (fixed with #905) Although the repl is able to load java object files the handling could be improved: - [ ] Allow reload of `.java`, `.class`...