Davyd McColl

Results 122 comments of Davyd McColl

I'm wondering if we shouldn't try get out a 2.x release before this - just release off of master. Perhaps even one more after that (there was an issue with...

I need to preface with a reminder that I'm not a moq pro, but: Moq adds methods for mocks: - Verifiable - Verify - VerifyAll The first two are related...

as a side-note, there probably has to be some kind of debate as to what expectations would be for `.VerifyAll()` - so I'm leaving this here to ponder: 1. `.VerifyAll()`...

Yeah, go for it (close the issue). I'll look at other behaviors when the project I've been upgrading is at the point of testing (and that's going to be fun...

I'm trying to figure out if there's a way to work around this (or help with a patch), but having difficulty building intellij-rust -- I get compilation errors (lots like...

adding the following to `workspace.xml` in the `.idea` folder makes things go a lot better: ```xml ``` which is the same info that I have in the Rust config panel...

With the two projects options above, which I would have expected to come from global settings, the Rust plugin works pretty-much as-expected -- no need for `rustup`, that I've encountered...

For reference, I'm not the only person trying to work around this, so I think there's value: https://stackoverflow.com/questions/57807583/in-intellij-idea-on-gentoo-how-do-i-attach-the-rust-stdlib-sources-since-gentoo Note that there's an accepted answer where the author suggests configuring like...

@vlad20012 sure It's not just pedanticism - Gentoo includes all the source and requirements of rust anyway since I use Firefox, which has to be built from source too. Having...