Philipp Schuster

Results 200 comments of Philipp Schuster

> I went ahead and put up the release PR: #1330, anything else you can think of that we need to do before releasing 0.31? Maybe we can get #1326...

I think this wasn't too far from the finishing line. Any update, @RaitoBezarius ?

Fixed. See https://github.com/rust-osdev/uefi-rs/pull/1128#discussion_r1564146822

Thanks for the report, good catch. The allocation should happen automatically, indeed.

Additionally, just as a hint, I'd like to inform you that you might want to wait until #566 and #561 are solved/merged. Otherwise, you will run into merge conflicts. I...

It was not my intention that you close the issue. You can keep it open and we'd love to see a contribution soon :) @d-sonuga

Unrelated question: Why would one want to use the regular expression protocol in a Rust application when there are no_std regex crates? The implementation of those is probably much more...

@blitz If you have time, I'd also love to hear your thoughts - I think you might also have experience with that in the lanzaboote project.

For example, the bootloader crate also refrains from writing unit tests. Probably for the reason described above. https://github.com/rust-osdev/bootloader/blob/main/uefi/src/main.rs