nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
239 stars 65 forks source link

Java FFI: use class NitObject for references to Nit objects from Java #2740

Closed xymus closed 5 years ago

xymus commented 5 years ago

This PR improves the type safety of the Java FFI and fixes a bug with pointers to Nit objects at the same time.

privat commented 5 years ago

contrib/jwrapper/examples/queue seems to fail: https://gitlab.com/nit/nit-ci/-/jobs/168648150

privat commented 5 years ago

also tests/test_ffi_java_use_module.nit fails with nic --global

xymus commented 5 years ago

Fixed failing tests with global and semi-global compilation modes, and the use of custom CLASSPATH.