Ma Wenqi

Results 3 issues of Ma Wenqi

When the JVM is created with option "-Xcheck:jni", I get many logs like: `WARNING: JNI local refs: 3597, exceeds capacity: 3596` It is caused by calling JNIEnv::get_string, since if I...

bug :bug:

Can we add a new error method to the Reply trait, like `fn error(self, err: c_int);` This would allow multiple ReplyXxx types to share the same method implement, as they...

Dependency chain: fail-rs 0.4 → rand 0.7.3 → rand_core 0.5.1

contribution
first-time-contributor