Fabio Niephaus

Results 567 comments of Fabio Niephaus

I believe this is a Quarkus issue. Could you take a look at this please, @zakkak?

Could you please provide more information on this error? A stack trace, GraalVM version info, and a reproducer would help track down your problem.

Is the `/org/jetbrains/kotlin/cli/jvm/compiler/KotlinCoreEnvironment$Companion.class` file in your `resources-config.json`?

Ok, thanks. Just because it's generated with the agent doesn't mean it's correct or complete as you can see in this example. I have no idea how `KotlinCoreEnvironment` works and...

>I'm kind of frustrated after 2 days without making any progress :) Trying to compile an app that uses a non-trivial library like zio that doesn't support Native Image is...

> Is this agent the same as the one described [here](https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html#agent-support)? Yes, that's the one. Let us know how it goes!

Let me know if you need any help with this from our side.

FYI: `GITHUB_RUN_ID` > A unique number for each run within a repository. This number does not change if you re-run the workflow run. `GITHUB_RUN_NUMBER` > A unique number for each...

`#busyWait` uses `[Time utcMicrosecondClock >= proceedTime] whileFalse`, which is a block that includes primitive calls only. Therefore, this is a different form of the issue documented in https://github.com/hpi-swa/trufflesqueak/issues/104.

> But Processor yield didn't help, so isn't there something wrong with primitiveYield? No, as you mentioned, `Processor yield` is a primitive calls as well so the loop body remains...