-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CI Update tests - make all tests pass #1324
Conversation
@@ -38,7 +38,7 @@ d: _ == t<o.f()>(); // Fails on Clang 12 (lambda in unevaluated context). | |||
|
|||
u: @struct type = { | |||
b: bool == o.f(); | |||
c: bool == :(forward x: decltype(o.f())) = x;(true); // Fails on Clang 12 (lambda in unevaluated context). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Explanation] As mentioned in the PR description, the UFCS restored here in 2992560 makes all compilers report errors/crash on this tests.
For this reason I suggest to keep the regular call until the cause is identified and fixed.
4e2242f was purposely added to the PR as it might help with the investigation.
a528efa
to
61a4a94
Compare
@hsutter I saw you were working on UFCS. Would you be interested in having this PR updated based on your recent mods? |
61a4a94
to
3c8f5c4
Compare
Thanks! |
mixed-bugfix-for-ufcs-non-local.cpp2
.mixed-bugfix-for-ufcs-non-local.cpp2
with UFCS recently restored in 2992560.mixed-bugfix-for-ufcs-non-local.cpp2
.mixed-bugfix-for-ufcs-non-local.cpp2
.