Marc-Andre Lureau

Results 67 comments of Marc-Andre Lureau

indeed, I am ok with https://github.com/aldanor/qoi-rust/commit/50293f36d300511bbd5b16a6a1bb646ee63b98b8, we can later revert it.

The compiler should be able to infer that BytesMut Writer is in fact Infallable when inlining, I think that's what it's doing when "extra-source" is off.

> > There is an issue with a non-Send future.. > > Fixed your regression for you: [dbus2/zbus#1036](https://github.com/dbus2/zbus/pull/1036) :) weird stuff... why does it need to be declared Send+Sync+'static?? why...

no problem, there is no rush, I did this mostly on my spare time for fun :)

@stefanberger any idea what might be wrong? ``` =================================== 50/70 ==================================== test: swtpm:tpm2 / test_tpm2_swtpm_setup_overwrite start time: 14:13:52 duration: 0.04s result: exit status 1 command: MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=225...

> Is this supported? > > ``` > DEFAULT_PCR_BANKS="sha256" > ``` yes, this was related, it was was defining it with extra quotes. thanks!

Hi @Byron and cool project! I would be happy to contribute to if I had more time ;) I am a bit unsure how to handle this issue. Decoding &str...