argv-minus-one

Results 23 issues of argv-minus-one

The `@component` annotation does not appear to be implemented. The generated plugin descriptor for a Mojo that uses `@component` does not have a corresponding `` section.

When compiling a Scala mojo, a bunch of bogus error messages are printed concerning missing classes and whatnot. For instance: ``` :3: error: object MojoExecutionException is not a member of...

When using `JNIEnv::set_rust_field`, there does not appear to be any non-deprecated way to guarantee that the native memory will eventually be deallocated. In the old days, the standard way to...

enhancement