rami3l
rami3l
> Updated, but no success yet: something seems to be changing backslash escapes to slashes in the outputs, don't know what should be done about that. @scop Sorry for the...
@epage Thanks for your quick response! This seems to be https://github.com/assert-rs/trycmd/issues/91 then. @djc Before resolving that issue, maybe we should just accept the hack and use `/` in the snapshots?
@djc Hmmm, it looks like there are some link time errors WRT `rustls-platform-verifier` when building for `aarch64-pc-windows-msvc`. Is that platform supported though? (After installing `nasm` and `ninja`, `aws-lc` on that...
It's been week without real progress on this one :(
> Failures related to symbol conflicts between aws-lc-rs and openssl, such as [this one](https://github.com/rust-lang/rustup/actions/runs/10003003089/job/27649226380?pr=3898#step:17:519), should (hopefully) resolve with our [next aws-lc-sys release](https://github.com/aws/aws-lc-rs/pull/473). @justsmth Thanks a whole lot for the investigation!...
> We've now released [aws-lc-sys v0.20.1](https://crates.io/crates/aws-lc-sys/0.20.1). 🎉 (*fingers crossed* -- hoping all the builds succeed next time. ☺️ ) > > Please let us know if you have any other...
> Great work! > > (Nit: IMO the commits here are not logically separate -- in particular, including the first commit would make CI fail until the last commit is...
I can no longer find my previous comment on this issue, but I'll try to pull it out again from my memory: There's nothing inherently wrong about either approach as...
@InfyniteHeap What is your experience with RustRover? Is the tree view aware that `foo.rs` is logically related to `foo/bar.rs`, or you suffer from the same issue as most VSCode users?
> For example, I use path searching (meaning searching for the path of a specific file) in both VSCode and Neovim, and so `foo/bar.rs` appears naturally alongside `foo.rs`, and that's...