Karol Wójcik

Results 38 comments of Karol Wójcik

Cool. Now we know `byte-streams` work with GraalVM, but the usage of `initialize-at-build-time` without arguments should be replaced with the correct version (meaning with the list of namespaces, classes that...

The tricky thing with this library is the fact it uses the single segment package name which makes it extremely hard to native-compile with GraalVM without `--initialize-at-build-time` with no arguments....

Cool! Thanks for that. Please make sure your changes are minimal, so that we can ensure the backward compatibility for byte-streams :)

@piotr-yuxuan I can see the `primitive-math` is also single namespaced.

Wondering if the library could be donated to `clj-commons`?

@piotr-yuxuan The questions you ask are mostly solved with the `github` configuration for the `graal-config` project. See GitHub configuration: https://github.com/clj-easy/graal-config/blob/master/.github/workflows/ci.yml The L55 of the test suite also checks if there...

@borkdude Traces comes from one of the `holy-lambda` [examples](https://github.com/FieryCod/holy-lambda/tree/master/examples/bb/native/sqs.example) (native-configuration [here](https://github.com/FieryCod/holy-lambda/tree/master/examples/bb/native/sqs.example/resources/native-configuration)). HL automatically compiles user code with [depstar](https://github.com/FieryCod/holy-lambda/blob/master/modules/holy-lambda-babashka-tasks/src/holy_lambda/tasks.clj#L730). As you can see [here](https://github.com/FieryCod/holy-lambda/blob/master/modules/holy-lambda-babashka-tasks/src/holy_lambda/tasks.clj#L733). I'm running native-agent on `jar`. For simple...

@borkdude here is the repro. https://github.com/FieryCod/refl/commit/4752c4b5763f00bbc4acdc409b094d6d1df21faf