Richard Berry

Results 12 comments of Richard Berry

CMake 3.13.3. I think the error is being caused by the change in [this commit](https://github.com/alexcrichton/cmake-rs/commit/802a952ed78c9f747f3c7f4f3a9c1277a5848117).

Having said that the only VS version this seems to be an issue with is 10 2010.

Sure, that's fine. Do you think it's worth extending the CI for this repository to also cover Windows? Does the crate have a minimum required CMake version or minimum required...

That sounds great. I don't have a personal Windows machine so a Windows based pipeline would be really useful for verification. I've just taken a look at the current Travis...

Yeah I would agree with you there; I don't think exhausting the combinations is right, but I do think we need to (somehow) verify that the patch both works and...

@alexcrichton It seems the oldest version of VS with direct support via Azure pipelines is 2015 via the `vs2015-win2012r2` image. The CI job for 2010 might be possible by using...

No. But it seems a shame I can't easily test the target version of VS that I'm having an issue with!

Did you install via pip or git clone? Looking at the source for `getResourcePath` I would have thought L151 could be to blame. Maybe we need an `isBSD` function in...

I've reproduced this on an M1 Mac: ``` $ docker run --rm -it --platform linux/amd64 alpine # apk add gcompat libgcc ``` `std::env::args_os()` always returns an empty iterator, even if...

@Conaclos Looks like this will be working in Rust 1.79: https://github.com/rust-lang/rust/pull/124447.