Fork me on GitHub
#graalvm
<
2019-12-30
>
dangercoder14:12:10

does spec work with graalvm or is it some graalvm limitation? im using https://github.com/taylorwood/clj.native-image

dangercoder14:12:14

(i tried with clj 1.10.1)

dangercoder14:12:06

ill try that, thanks 🙂

dangercoder15:12:49

has anyone tried graalvm with org.clojure/test.check?

4
borkdude15:12:28

@jarvinenemil I think there has been a mention of this in a talk by Jan Stephien

👍 4
dangercoder15:12:04

It works well for me now (generating data with spec) using graalvm native-image. I'll have a look at his talks @borkdude, thanks for sharing!

dangercoder19:12:20

Anyone tried kafka producer with native-image? this is what micronaut does to make it work in their framework. Im trying to do the same but since gen-class does not work with static properties I must find a different way: https://github.com/micronaut-projects/micronaut-kafka/blob/master/kafka/src/main/java/io/micronaut/configuration/kafka/graal/KafkaSubstitutions.java

dangercoder19:12:57

currently the org.apache.kafka.common.record.CompressionType is giving me issues

dangercoder20:12:08

a lot of MethodHandle in the kafka library