Benjamin Saunders
Benjamin Saunders
Oh, right, I was thinking in Vulkan loader terms. Yeah, this is a problem; probably the json format will need to be changed. How is it handled on Windows? On...
Updating the schema has advantages: it allows XR_RUNTIME_JSON to work for all processes, and makes it impossible to forget to update one of multiple files. I don't think the amount...
I suppose we could make XR_RUNTIME_JSON a delimited list, too, and there might be other applications for trying multiple runtimes. On Fri, Oct 25, 2019, 05:53 Ryan A. Pavlik wrote:...
That README has exactly the information I'd have liked to find, yeah--it, too, just doesn't seem to be linked from anywhere.
> The trouble with "catching its own exceptions only" is that STL classes are used in the loader, so we can't entirely change the thrown exceptions. I don't follow. Does...
Reproduces on master: ``` > nix shell github:cargo2nix/cargo2nix/master > RUST_BACKTRACE=full cargo2nix -f thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ValueAfterTable', src/template.rs:34:69 stack backtrace: 0: 0x5622aa881acc - ::fmt::h140f6925cad14324...
[Cargo.lock.gz](https://github.com/cargo2nix/cargo2nix/files/7621869/Cargo.lock.gz)
Just encountered this myself. Bump?
Could the "shipped with rustc" logic be used here instead?
I mean, it's literally being shipped with rustc in this case, but maybe I'm missing something.