Rua

Results 242 comments of Rua

It seems like it might be a Nix-specific issue relating to the tests. The PR as it stands now is an improvement for sure, and I'd be happy to see...

``` $ nix develop $ cargo clean $ cargo test -p c2rust-transpile --release [Compiling stuff...] Finished release [optimized] target(s) in 45.39s Running unittests src/lib.rs (target/release/deps/c2rust_transpile-109e8649cb12d2ca) running 5 tests test renamer::tests::forgets...

@Chobbes how are things going with this?

I have been wondering about that too, and what the "correct" approach is to the problem. For now, I think this PR is a good improvement as it allows me...

@kkysen can this be merged?

A lot of the documentation you added seems to be copied directly from the Vulkan documentation. Vulkano does not do that if it can be avoided. Copyright issues aside, the...

If the version is upgraded, Rust 1.83 would be a good version to target, because it's the one that stabilised taking mutable references in static/const contexts. That would allow eliminating...

According to https://doc.rust-lang.org/std/option/index.html#representation, `Option` has additional layout guarantees: > It is further guaranteed that, for the cases above, one can [`mem::transmute`](https://doc.rust-lang.org/std/mem/fn.transmute.html) from all valid values of `T` to `Option` and...

@Yeaseen #1373 fixed instances where the `f128` crate wasn't being included. That may have fixed this issue as well, could you test?

> What is the current value of the following settings: > > * `git.useIntegratedAskPass` > > * `git.terminalAuthentication` ```json "git.useIntegratedAskPass": true, "git.terminalAuthentication": true, ```