Jen Tak
Jen Tak
Hey, in the PR superseded by this one @alexandrebodin wrote: > something that could be helpful to move in the right direction is sharing some specific use cases you need...
@skywhale @bschwind Sorry to dig this up after 3 years. Let's finish this. .) Seems like we could just merge? If not, let's close this.
I'll give it a try. I just need to make the regular compilation work first. (something something c++ errors out)
@bschwind Tested this by successfully compiling for x86 macOS on an arm macOS. You need to have have the target's rust toolchaing installed and you also need to set `PKG_CONFIG_SYSROOT_DIR`...
@skywhale Do you remember why you wrote this? > We want the target architecture to be set for --host flag. Yes, rust's "target" is "host" in autotools's nomenclature, but the...
My problem may be just me not using innernet correctly. IDK why (I think someone told me it's fine to) but I used to ctrl+c the `innernet up` command before...
> The rename of the TimedMessage::Delayed fire_at field to enqueue_at is technically semver-incompatible Ahaaa! I assumed that the enum field is private by default (as are struct fields) but actually...
@strohel Got it. I didn't realize actor is still pre-1.0. Thanks!