Daniel Thaler

Results 7 comments of Daniel Thaler

I just ran into this issue. `let-chains`got reverted from Rust 1.64 and as far as I can tell there is no timeline for stabilization Since let chains have not landed...

It doesn't seem to be possible to attach files to bug reports here. You can mail it to me ([email protected]) or upload it somewhere else and send me a link.

There are 2 issues here (that I know of) The cmake script is currently not good enough to detect that you don't have the jansson library. Get it from http://www.digip.org/jansson/...

I've also discovered that the function signature turns up in `__doc__` when `__text_signature__` is broken

I figured it out - the text signature does not support a return type, so adding `-> None` made my signature invalid

The return type is always invalid here. I dug into the CPython source code, and it is looking for a separator pattern between the text signature and the doc comment,...

Hi Fabian, The standard way to interface between C# and Rust would certainly be through C bindings, since Rust can export those and C# can import them. There are currently...