-
Notifications
You must be signed in to change notification settings - Fork 517
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
Bump to Xcode 9 beta 4 #2361
Bump to Xcode 9 beta 4 #2361
Conversation
…eta4 (fix unit test)
There's no header change to mention `init` is not allowed but it's not clear how this default initializer could be used. Also make public some other API to construct this type (outside of XM). It's not clear why there were `internal` as they are (at least now) part of the header files.
Build failure |
first build hung... and was killed |
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.
LGTM just two questions
CIImageAccumulator FromRectangle (CGRect rect, int /* CIFormat = int */ ciImageFormat); | ||
|
||
[iOS (9,0)] | ||
[Static, Internal] | ||
[Static] |
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.
Why was this promoted? just curious, could format
be an enum somewhere?
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 have not yet gone to the root of this :)
It's not clear why those methods were half hidden (inconsistent) in XM and not exposed at all (unusable) in XI.
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.
IntPtr Constructor (CGRect rectangle, int /* CIFormat = int */ ciImageFormat); | ||
|
||
[Export ("initWithExtent:format:colorSpace:")][Internal] | ||
[Export ("initWithExtent:format:colorSpace:")] |
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.
same, could format
be an enum somewhere?
…ates Those tests were not added to validate xOS so just keep the parts that helps us (without constantly checking back the new break flavor)
2nd time hung too (same bat place) on the same bot, trying another one... |
Build failure |
Build failure |
Build success |
watchOS simulator issue filed in https://bugzilla.xamarin.com/show_bug.cgi?id=58348 |
No description provided.