W@ng
W@ng
Hi there, Native image is not supported for now and there is no plan for this in near feature.
use ```groove implementation 'io.github.bonede:tree-sitter:0.22.6a!!' ``` ```console $ ./gradlew dependencies --configuration runtimeClasspath > Task :dependencies ------------------------------------------------------------ Root project 'hello-world' ------------------------------------------------------------ runtimeClasspath - Runtime classpath of source set 'main'. +--- io.github.bonede:tree-sitter:{strictly 0.22.6a}...
Please upgrade to 0.22.6.1. This should fix the versioning issue.
Hi, thanks for reporting. NativeUtils#loadLib is not thread-safe currently. I'm planning to fix this in the next release. Before that, you may need to handle the synchronization manually.
This harder than I thought, plan to fix this in future release with more solid test cases.
Hi, 0.3.8 has been pushed to maven repository.
Hi, Please upgrade to 0.3.8.1. This should fix the issue.
Great idea! Planned to fix this in the next release.
Hi, Javadoc was localized in English in 0.24.3.
Hi [marusic1514](https://github.com/marusic1514), I have tried to parse the Scala source in C, and it crashed. Maybe it is caused by the Scala parser. I'll spend more time on this when...