emma icon indicating copy to clipboard operation
emma copied to clipboard

A quotation-based Scala DSL for scalable data analysis.

Results 38 emma issues
Sort by recently updated
recently updated
newest added

Bumps [flink-core](https://github.com/apache/flink) from 1.7-mitos to 1.9.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.flink:flink-core&package-manager=maven&previous-version=1.7-mitos&new-version=1.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.2.2.v20140723 to 9.4.34.v20201102. Release notes Sourced from jetty-webapp's releases. 9.4.34.v20201102 Bugs #5320 : Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty web application causes ClassCastException #5521 : ResourceCollection...

dependencies

This link https://github.com/emmalanguage/emma/blob/master/emma-examples/emma-examples-library/src/main/scala/org/emmalanguage/examples doesn't exist.

Edit: We have resolved some more issues! It would be really good to integrate Squid into our compiler pipeline, because its quasiquote-based API would probably make it easier to write...

enhancement

For example: ``` { val x = 7 x } ``` or ``` println(5) ``` Btw. after fixing it, we might add it at the beginning of the compiler pipeline,...

bug

With the current setup, if a workset collection is accessed more than twice, it will still be cached by the cache call insertion optimization. ## Example ```scala for (_

bug
FLINK

The `exists` unnesting rule should be added to the normalization engine.

enhancement
IR

This will greatly improve the debugging process, and is also on the critical path for good GUI visualization.

IR
starter

This is a general discussion question regarding the size of the fat-jars produced by the `emma-spark-examples` and `emma-flink-examples` modules. Running ```bash find -name '*jar' | grep -v original | grep...

discussion

This will be useful for papers / thesis. Use [ScalaMeter](http://scalameter.github.io/) to create the infrastructure for micro benchmarks of compiler transformations. This will also give us some simple statistics and reporting...

enhancement