-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[NFC] Use angle-bracketed includes in public headers #12057
Conversation
Apple API Diff ReportCommit: 6930ece [BUILD ERROR] FirebaseFirestore |
Generated by 🚫 Danger |
Coverage Report 1Affected Products
Test Logs |
#import <FirebaseCrashlytics/FIRExceptionModel.h> | ||
//#import "Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRExceptionModel.h" |
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.
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.
I think the issue has to do with the public headers not forward declaring public types where they could be. It would be a breaking change to change that right now though.
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.
@paulb777, I'm not too sure about this. Do you see anything troubling about changing all non-public imports of public headers from "..."
→ <...>
?
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.
I'm not sure. And leaning towards punting since it's a large change on code freeze day.
Closing. Will re-open when neeeded for Firebase 11. |
Linking to #11751 |
No description provided.