-
Notifications
You must be signed in to change notification settings - Fork 1.6k
P0896R4_P1614R2_comparisons/test.cpp: Increase test coverage for MSVC #852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hurrah! One of my PR passes tests! |
Co-authored-by: Casey Carter <cartec69@gmail.com>
|
Why is that failing? I tested it on my end and it passed (though obviously forgot to do it again when I created a new branch 🙄). |
Because #851 isn't still there? |
Ah, right. The PR previously passing made that confusing. Guess that's the
Part of the issue? Back to 0 passing PRs again... |
|
We've updated the CI infrastructure to VS 2019 16.7 Preview 2, so I've pushed a merge. |
|
Does this completely or partially fix the mentioned bug #741? Because the PR description said "Partially fixes BUG", the keyword detection for "fixes BUG" will resolve it. |
|
I put partially as only VSO-1070391 was fixed and VSO-905257 was partially fixed. The issue is now DevCom-1044530. There's also VSO-1062601 which was pre-existing as Casey forgot to make note of it. |
This PR removes all occurrences of
The test still works around these two unfixed compiler bugs which are not mentioned in GH-741. |
|
Yeah I was mainly unsure whether or not creating a new issue for the remaining bugs is worth it vs editing the existing. |
Neither, really. We don't make issues to track bug workarounds, we do that directly in the sources with |
|
Now that the GitHub Issues And Pull Requests extension for VSCode is going to support hover cards in their next release for our GH-741 style citations (see microsoft/vscode-pull-request-github#1783 ), perhaps we should start creating GitHub mirror bugs for compiler bugs we're tracking. |
|
Thanks again for taking care of this! Removing such workarounds helps the compilers that we depend on in the long run. |
…microsoft#852) Fixes microsoft#741. Co-authored-by: Casey Carter <Casey@Carter.net> Co-authored-by: Stephan T. Lavavej <stl@microsoft.com>
Fixes GH-741.