-
Notifications
You must be signed in to change notification settings - Fork 261
regression_tests/test_output
has not been updated
#383
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
Comments
Thanks. Do you have a repro test case that generates that bad code? |
Hm... I have checked the @alexreinking repo, and failures might be due to wrong configuration of the CI pipeline:
So, it complains about:
The newest builds are failing due to change from
I have created the issues in modern-cmake/cppfront repository to let @alexreinking know about them: modern-cmake/cppfront#67 & modern-cmake/cppfront#68 |
On that I just ran my cppfront build on |
Odd. If you just build I'll close this for now, but please reopen if you get a repro using those steps. |
BTW another thing you can try is Goldbolt and select language "Cpp2 / cppfront." When I cut-and-paste the code from I don't know how it could try to stick a So for now I don't have a repro, but please reopen if you can make a repro that works on Godbolt. If it ever does bad code gen like that, I'd want to know about it and fix it. Thanks for taking the time to look into this! |
I've updated the modern-cmake/cppfront repo to work with the new header structure. However, the regression tests are still failing on msvc because it looks like the |
(I'm still trying to figure out how to get
ctest
to work).Tests are failing after b34f23a: https://github.com/modern-cmake/cppfront/actions/workflows/ci.yml
Just as a random example:
The text was updated successfully, but these errors were encountered: