Rain
Rain
https://github.com/bheisler/criterion.rs/pull/602 addresses this.
FYI nextest now publishes aarch64 Linux binaries.
Probably no longer useful :)
Hi there, maintainer of camino here -- I was pointed to this issue. > but throwing away the whole metadata because some path wasn't utf8 doesn't make any sense. So:...
That's really strange for sure. My uninformed guess is that std's UTF-8 validation might have tried to use a processor instruction that wasn't available in your qemu environment.
Though, hmm, in that case I'm not sure how you managed to deserialize a `PathBuf`, given that `PathBuf`'s deserializer also relies on the same UTF-8 validation (`Utf8PathBuf`'s deserializer depends on...
While that is true, a lot of programs have bugs lurking in them around non-UTF8 paths when they use the Display implementation, typically because they've hit some version of the...
In this case it's enforced by cargo as well as serde_json.
@lemmih do you think you'd be able to get a version out with this soon? Had another request come in today.
Hi @bheisler, do you think you'd be able to make a release soon? Thank you so much for maintaining criterion!