kud1ing

Results 22 issues of kud1ing

Jakt seems to provide the `++`/`--` operators, e.g. used in https://github.com/SerenityOS/jakt/blob/main/samples/control_flow/continue.jakt Swift had them but removed them, see the discussion in https://github.com/apple/swift-evolution/blob/master/proposals/0004-remove-pre-post-inc-decrement.md

E.g. https://smallcultfollowing.com/babysteps/categories/PL

Steps to reproduce the behavior: 1. in Safari on iOS go to the [web demo](https://www.egui.rs) 2. go to a TextEdit 3. enter a character, e.g. "c" 4. select a proposed...

bug

.. where appropriate. This would give us an opportunity to indicate why something fails and helps us get rid of some `panic`s.

We use `unwrap()` in some places where the result should "in theory" always be existant. We should handle those unlikely cases. Consider: - bubble `None`s up in functions that return...

Currently it takes a lot of code in order to call a JVM method: resolve the class, resolve the method, build the arguments from Rust data, possibly convert the result...

In order to resolve Java methods, one needs to declare type signatures like `"(Ljava/lang/Object;)V"` which is a bit unwieldy. It would be nice to have an easy way to generate...

enhancement
help wanted

It would be nice to measure the JNI/FFI overhead.

enhancement
help wanted

`JNI_VERSION_1_8` is currently hard-coded in `jvm::new()`. Make JNI/Java more configurable. Maybe even at runtime?

enhancement
help wanted