Jan-Erik Rediger

Results 243 comments of Jan-Erik Rediger

You will need to enable the `cli` feature on the dependency, as you correctly call out. The `Multi-crate workspaces` paragraph below calls that out, but you are right that this...

From @mhammond in that PR: > I wonder if things have changed enough that could move uniffi_core/src/ffi_converter_*.rs into uniffi_meta, which might make this go away.

https://github.com/rust-lang/rust/pull/114470 landed and might fix it, it should land in Rust 1.73, so still a bit out for us to rely on though.

@jplatte ah yes, sorry; as bendk said: by cargo vendor and we have additional tooling making sure that we don't vendor some crates (and `windows` is huge so it's currently...

Closing as we dropped the dependency now.

It's definitely not easily reproducable in just plain Kotlin. Could you put a full failing example into a repository so I can run and test it? Might be easier than...

I spent a bit of time on it this morning. I am able to reproduce it using the provided code. I'm fairly sure now this is some miscompilation in whatever...

> > I think it's a great idea to add this to the documentation, I was looking for something like this. > > Yeah, I'm still trying to find the...

Of course adding cmake would solve it for me, but who knows what dependencies others will need? A decision should be made if it will be best effort (meaning dependencies...