-
Notifications
You must be signed in to change notification settings - Fork 707
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
objc_interface_type.h generates non-compiling code. #1954
Comments
objc_whitelist has the same issue. |
That last one was broken by 4562ef9 (should've reviewed the test update a bit more carefully) |
Ah yes, the I'm a little confused why we didn't catch it and why #1953 brings it to light though. |
Another failure, from objc_template.h:
These were covered up because we were running the I noticed it, fixed it, and found all this fun :) |
Well, I feel a little bad. I wish I would have known that we didn't run the |
Right, right, this was a surprise to me as well, but glad to find these indeed :) |
It generates:
So either the interface pointer should derive Copy, Debug and co, or we should prevent structs like that from deriving them.
This particular case is a regression from 840b738 I think, cc @simlay. I'm commenting out the struct in #1953 to have macos CI again.
The text was updated successfully, but these errors were encountered: