Ayush

Results 32 comments of Ayush

Well, qttypes uses the [rust-cpp](https://github.com/mystor/rust-cpp) crate which uses cxx crate internally. Basically, it allows writing the CXX bridge code inline instead of having to write a separate cpp file, so...

> > the [rust-cpp](https://github.com/mystor/rust-cpp) crate which uses cxx crate internally > > I just checked the Cargo.toml's of all the crates in the rust-cpp repos and do not see cxx...

I would like other people's opinions about adding `UefiPrefix` to `std::path::Prefix`. The reason this was added is that a file path on UEFI looks like the following: ``` {Volume Device...

> 1. This adds some new apis in std::os::uefi. These will need to go through the API change proposal process documented here: https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html I see. I will start working on...

> I'm somewhat concerned about ~15MB of binaries committed here for testing. Is it a temporary measure? I suspect that the infra team can help with hosting them elsewhere. Good...

Hi @thomcc, can you elaborate on what a finished state of this PR should look like? More specifically, what should be fixed before it can be merged. I do not...

> I do think some of the issues up top are probably problems, like the pipes -- Depending on how hacky/broken they are we probably don't want to expose them....

@thomcc So I went ahead with writing a protocol for Pipes. The reason was to fix the `panic_abort_tests` feature in libtest, which now works perfectly. The new pipes are much...

@adi-g15 Cool. Will just have to wait till Wayland starts working well with Nvidia.