Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Monnoroch/rust-jni issues and pull requests
#176 - stack-use-after-scope in class_tests::clone
Issue -
State: open - Opened by riking 9 months ago
#175 - Improve documentation for `FromObject`.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#174 - An improved rust-jni API.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#173 - A script for auto-formatting Rust code.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#172 - Support automatic recursion through `Optional` and `JavaResult` types for `or_npe`.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#171 - Documentation improvements and fixes.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#170 - Replace the custom-built `need_drop` flag with `ManualDrop`.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#169 - Use `ManuallyDrop` to avoid explicit `mem::forget` calls.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#168 - Move attaching and detaching `JniEnv`-s API from `JavaVM` to `JavaVMRef`.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#167 - Upgrade to Rust 2021 edition.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#166 - Format code.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#165 - Update mockall to v0.11.0.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#164 - Upgrade serial_test to v0.5.1.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#163 - Upgrade walkdir to v2.3.2.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#162 - Upgrade cfg-if to v1.0.0.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#161 - Fix panic formatting expressions.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#160 - Fix flaky panic tests.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#159 - Remove depdecated #[cold] atrribute instances.
Pull Request -
State: closed - Opened by Monnoroch almost 3 years ago
#158 - Do not require spelling `Option` in native method arguments.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#157 - Move traits that need to be implemented by Java class wrappers into `java_class` module.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#156 - Mark some methods `unsafe`.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#155 - Extract `NullableJavaClassExt` and it's implementation into it's own module.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#154 - Remove `Object::is_null` method.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#153 - Pass a `NoException` token to Java method calls.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#152 - Remove the need to pass `JniEnv` everywhere.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#151 - `is_null` method on an `Object`.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#150 - Make tests single-threaded.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#149 - Migrate unit tests to `with_st` for matching non-`Send` arguments.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#148 - Fix flaky tests.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#147 - Make all methods accept generic Java class arguments.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#146 - Update test dependencies to latest versions.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#145 - Clean up a few false-positive `miri` errors.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#144 - Simplify CI.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#143 - Add e2e tests for many aspects of `rust-jni`.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#142 - Implement calling methods returning `char`.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#141 - Temporarily disable passing `f32` as arguments to Java methods.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#140 - A fix for returning `()` from Java native methods.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#139 - `Class::define` method for loading Java classes.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#138 - Allow accepting nullable class wrappers as Java method arguments.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#137 - Cache cargo dependences and toolchains.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
- 1 comment
#136 - Return Java wrappers from native methods.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#135 - Allow passing `Option<T: JavaClassRef>` to Java method wrappers.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#134 - Native result trait.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#133 - First version of automatic argument conversion in native method wrappers.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#132 - A method for taking the ownership of the raw Java Object pointer.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#131 - Support `.or_npe()` for optionals of references to Java values.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#130 - Support converting Java class wrappers into their parent classes.
Pull Request -
State: closed - Opened by Monnoroch almost 5 years ago
#129 - Remove Java conversions for return type and arguments in native method wrappers.
Pull Request -
State: closed - Opened by Monnoroch about 5 years ago
#128 - Move all Jni -> Java type conversions out of generic_native_method_implementation
Pull Request -
State: closed - Opened by Monnoroch about 5 years ago
#127 - Implement passing arguments to native methods.
Pull Request -
State: closed - Opened by Monnoroch about 5 years ago
#126 - Upgrade the java package to use the cargo workspace.
Pull Request -
State: closed - Opened by Monnoroch about 5 years ago
#125 - Refactor the project into using a cargo workspace.
Pull Request -
State: closed - Opened by Monnoroch about 5 years ago
#124 - A new version of rust-jni.
Pull Request -
State: closed - Opened by Monnoroch about 5 years ago
#123 - Move class cast template to generate module.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#122 - Cover generator templates with unit tests and fixed bugs.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#121 - Clean up generator templates code.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#120 - Add crates.io and rustdoc badges.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#119 - Publish packages in CI.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#118 - Test that reexports in `java` are indeed the same types.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#117 - Split the generator in multiple files for refactoring.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#116 - Support passing interfaces as arguments and returning them
Issue -
State: open - Opened by Monnoroch over 6 years ago
#115 - Support arrays
Issue -
State: open - Opened by Monnoroch over 6 years ago
#114 - Use `java` crate from crates.io.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#113 - A `java` crate with wrappers of Java classes.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#112 - Use the generator from crates.io.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#111 - More detailed package metadata for the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#110 - Use rust-jni from crates.io.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#109 - More detailed package metadata.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#108 - Exclude CI files from the package.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#107 - Support method annotations in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#106 - Reimplenment examples using the new generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#105 - Implement interfaces from parent classes in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#104 - Uncomment and fix broken tests.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#103 - Compute JNI function signatures correctly for object arguments.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#102 - Support generating interface implementations in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#101 - Allow using rust-jni without linking to libjvm.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#100 - Support generating native methods in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#99 - Support generating constructors in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#98 - Support generating static class methods in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#97 - Parse class methods in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#96 - Fix generator integration tests.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#95 - Parse Java definitions metadata.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#94 - Recursive extends implementations in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#93 - Allow not specifying `extends java.lang.Object`.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#92 - Implement interfaces recursively in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#91 - Revert "Implement interfaces recursively in the generator."
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
- 1 comment
#90 - Implement interfaces recursively in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#89 - Use fully qualified names everywhere.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#88 - Support implementing interfaces in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#87 - Support extending interfaces in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#86 - Support generating interfaces in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#85 - Support more than one definition kind in the generator via an enum.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#84 - Generate common methods and trait impls in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#83 - Generate JNI mappings and direct object hierarchy in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#82 - Support specifying a superclass in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#81 - Support non-public Java classes in the generator.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
- 1 comment
#80 - Support fully qualified names as class names.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#79 - Parse class definitions and generate empty structs.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#78 - Fix format check which didn't check tests and examples code.
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
#77 - New generator
Pull Request -
State: closed - Opened by Monnoroch over 6 years ago
- 1 comment