Martijn Gribnau

Results 69 comments of Martijn Gribnau

> foresterre: I was unable to solve this issue using Windows. I installed WSL on my Windows 10 machine and it's been smooth sailing ever since. Also, developing on WSL...

Hi @Freyskeyd, thanks for the detailed report! I'm currently working on implementing this for the next release. With a bit of luck, it may also help towards fixing #587.

> I have the same problem on Mac. > > As a workaround, this worked for me: > > ``` > docker run --platform=linux/amd64 -t -v "$(pwd)/Cargo.toml":/app/Cargo.toml foresterre/cargo-msrv > ```...

Happy to add this! Would you like to implement it, or shall I :)?

I've confirmed that this is indeed an issue. Thanks!

I've been looking into this issue, and found lots of interesting questions: - globs are tricky - this bug is either caused by my misuse of the `globwalk` crate used...

Oh welp! Thanks for the reports; I'll have a look!

I've tried reproducing this issue, but wasn't able to. What input commands did you use? I did: ``` $ ls glob_example Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---...

Thanks for the suggestion. Considering just ignoring an individual test case in Yare, I've been trying out some syntactic ideas: ## Ignore with `ignore(...)` ```rust #[parameterized( ignore(apple = { Fruit::Apple,...