Gordon Tisher
Gordon Tisher
I saw the same timeouts on #4124
Note that there is currently a big problem with the new pass manager: https://llvm.discourse.group/t/rust-newpm-blocker-catastrophic-inlining/6171
@rowland66 after #3683 is merged you can rebase on master (or at least cherry-pick the changes to `.cirrus.yml`) to make the Windows checks run.
Microsoft Common Language Protocol: https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol
I suggested `barn`. Or maybe `pony-barn`?
I haven't played with vcpkg any. I'm a bit hesitant to introduce an external dependency to corral. My tentative plan, which I swear I'm going to get around to any...
The idea would be to have a section in corral.json like `"libs": { "windows": { "bin": "foo.dll", "url": "https:foo.zip" }, "linux": {...} }` and then corral would uncompress the archive,...
It occurs to me that since we already have the pattern of including a `Makefile` and `make.ps1` in library project to do things like testing, we could have Corral call...
I agree with @EpicEric and @jemc; I would prefer a lambda that takes two objects of the given type.
I am generally not in favour of this RFC, as I think the use of `as` is confusing. I would prefer only relaxing shadowing for method names, and perhaps even...