-
[@jvasileff] For loops, such as `for (i in [1,2,3]) { }`, the Java backend creates temporary variables for the element `elem$0` and iterator `i$iterator$$1` outside of the loop's scope:
``` java
…
-
I have a simple project that uses Bazel 6.3 and bzlmod:
```bazel,name=MODULE.bazel
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "rules_jvm_external", version = "5.3")
baz…
lqc updated
12 months ago
-
Getting this deprecation warning with latest Gradle:
Gradle now uses separate output directories for each JVM language, but this build assumes a single directory for all classes from a source set. …
-
We want to be able to support a range of JVM languages on Lambda. The current implementation of Java's [`LambdaHandlerResolver#determineHandler`](https://github.com/aws/aws-toolkit-jetbrains/blob/mast…
-
I am getting this warning.
```
CC [M] /home/enzo/rtl8812AU_8821AU_linux/os_dep/linux/ioctl_cfg80211.o
/home/enzo/rtl8812AU_8821AU_linux/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_cfg80211_inf…
-
Hi,
I wrote detailes as follows:
Many thanks
**H2O version, Operating System and Environment**
R is connected to the H2O cluster:
H2O cluster uptime: 3 seconds 363 millisecon…
-
It seems like since Gradle 4.x, Gradle expects the JVM language code to be output to different classes directories. Could someone update the code to account for this?
Stacktrace:
```
Gradle now u…
-
When agent is building maven goal package it reports that the following packages does not exists:
- javafx.application
- javafx.fxml
- javafx.scene
- javafx.stage
- javafx.event
Agent parame…
-
This is to start the work on an integral move to JDK 17 for all usethesource projects and the dependent libraries that are not on use the source.
The motivation is to keep up to date. In fact sever…
-
**Is your feature request related to a problem or area of OpenRefine? Please describe.**
We currently only support Python 2.7 via Jython, it would be great to have support for Python 3 via GraalPytho…