Sam Gammon

Results 155 issues of Sam Gammon

**Describe the issue** I want to create polyglot-capable objects with a `ProxyInstantiable`, but I also want such objects to pass type checks in guest languages. **Code snippet or code repository...

truffle

Our app is experiencing a crash in native mode, which seems to be related to KotlinX Coroutines in some manner (or at least it is surfaced by coroutines internals). **The...

bug
native-image

**Describe the issue** I would like a way to override the result of a module import in Truffle languages that support it, like JavaScript or Python. It is already possible...

feature
truffle

Hello Native Image authors, ### Summary I am using a (admittedly undocumented) technique called [Static JNI](https://www.blog.akhil.cc/static-jni) to load libraries inside a `native-image` binary. Namely, I'm working on enabling this for...

bug
native-image

## Summary This PR adds a `module-info.java` definition, bringing `kotlinx-collections-immutable` to full JPMS support; downstream users can use the new module with the following directive: **`module-info.java`** ```java module your.module.here {...