Suresh
Suresh
It would be great if we can have the release with updated versions. ``` The following dependencies have later milestone versions: - co.paralleluniverse:capsule [1.0.1 -> 1.0.3] - co.paralleluniverse:capsule-maven [1.0.1 ->...
I tried to compile a jetbrain compose app on Mac using the latest build `GraalVM CE 22.0.0.2` and still have the same issue. The compilation was successful though. Any plans...
@thomaswue Now we have java 11 and windows support ready, are there any plans to consider cross-compilation support in the near future?
>Would this help for your use cases @thomaswue Thanks. Yeah, GitHub action would work for OSS projects. The issue is, our build system is mostly on Linux and wants to...
Here is some discussion on the current limitations - https://graalvm.slack.com/archives/CN9KSFB40/p1582755160011700
@truh ``` Christian Wimmer : No, cross compilation between different OS is more or less impossible in the current approach because OS specific JDK classes need to be loaded in...
>is this just a variant of #110? @ritschwumm seems like it is.
Same error when using `vega-lite` ``` > kotlin-js-playground > [email protected]" has unmet peer dependency "vega@^5.20.0". Exception in thread "main" java.lang.StackOverflowError at java.base/java.util.HashMap.hash(HashMap.java:340) at java.base/java.util.HashMap.getNode(HashMap.java:570) at java.base/java.util.LinkedHashMap.getOrDefault(LinkedHashMap.java:453) at org.jetbrains.dukat.tsLowerings.TypeSpecifierLowering.spec(TypeAliasContext.kt:19) at org.jetbrains.dukat.tsLowerings.TypeSpecifierLowering.lowerParameterValue(TypeAliasContext.kt:39)...
Tried with the latest version. Now it shows a slightly different error message. ``` unresolved exception TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) at __values (/usr/local/lib/node_modules/dukat/lib/converter.js:363:72) at AstConverter.convertVariableDeclarationList...
Kotlin uses the data class (value class) to implement the destructing and multiple return values (https://kotlinlang.org/docs/reference/data-classes.html#data-classes-and-destructuring-declarations). This is not perfect but works in most of the cases. Would be great...