Shane Murphy
Shane Murphy
Haven't forgotten, just wrapped up in other stuff. I'll try to get to it soon!
Looks like `trait_variant::make` doesn't support default implementations in trait definitions. I could update the macro in that crate, thoughts? Also, how do you feel about renaming Serve and Stub to...
I've given it some more thought and I'm wondering if the right move is to instead have a feature flag that annotates all traits with async methods in them with...
> I also just saw [rust-lang/rfcs#3654](https://github.com/rust-lang/rfcs/pull/3654). Wonder how long it will take to be available on nightly? Looks like even post-implementation the RFC still recommends the pattern provided by `trait_variant`:...
> Sorry for ping, any updates? I'm currently using my fork's branch `trait-variant` and it seems to work fine. Probably that could be merged soon since it is backwards compatible...
Probably this fundamentally this won't work because the Petalinux binaries aren't arm64 binaries, but I can dream I guess.
> An interesting thing I found when trying to go from x86 mac to aarch64 mac is that by default, llvm uses libz compression to compress part of the files....
Seeing this same behavior when generating Rust code with `oneOf`