Rahul Muttineni

Results 66 issues of Rahul Muttineni

When you have really large source files (2K+ lines), there's a chance that the generated class will be so huge that the constant pool size will exceed the 65,535 size...

Java 9+ introduced the module system by specifying `module-info.java` or `module-info.class`. Implementing this requires: - Adding support for `Module` and `Package` constants in `codec-jvm` - Adding support for `Module` attribute...

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

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