-
Notifications
You must be signed in to change notification settings - Fork 515
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
[WebKit] Update to Xcode 9 beta 1 #2228
Conversation
Build failure |
src/wkwebkit.cs
Outdated
|
||
[Export ("getAvailableContentRuleListIdentifiers:")] | ||
[Async] | ||
void GetAvailableContentRuleListIdentifiers (Action<NSString []> callback); |
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.
Wouldn't this be better as Action<string[]>
? Or does the generator not support that (if so, maybe we should add it)?
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.
Agreed, I did not catch this, thanks for the review.
src/wkwebkit.cs
Outdated
{ | ||
[Static] | ||
[Export ("defaultStore")] | ||
WKContentRuleListStore DefaultStore (); |
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.
In general those defaults are bound as properties
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.
Thanks!
src/wkwebkit.cs
Outdated
|
||
[Mac (10,13), iOS (11,0)] | ||
[Protocol] | ||
[BaseType (typeof(NSObject))] |
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.
No BaseType for protocols (only Model needs one)
Normal inheritance, if needed, can be used to extend another protocol
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.
Thanks - I am getting rusty.
src/wkwebkit.cs
Outdated
#if XAMCORE_2_0 | ||
[Mac (10,13), iOS (11,0)] | ||
[Protocol] | ||
[BaseType (typeof(NSObject))] |
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
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.
Ditto
src/wkwebkit.cs
Outdated
#endif | ||
[Mac (10,13), iOS (11,0)] | ||
[Protocol] | ||
[BaseType (typeof(NSObject))] |
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
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 once comments are addressed
…[]> parameter in callback
Build failure |
Unrelated failure in monotouch-test 64 bits -> https://bugzilla.xamarin.com/show_bug.cgi?id=57846 |
New commits in xamarin/maccore: * xamarin/maccore@d2ef9d7ee0 Add PoliCheckExclusions.xml (xamarin#2228) Diff: https://github.com/xamarin/maccore/compare/4bfce648475f8db1d93b8a9f51a69ad0b8b55930..d2ef9d7ee008e1a07a29396c68df33cc4f02de18
New commits in xamarin/maccore: * xamarin/maccore@d2ef9d7ee0 Add PoliCheckExclusions.xml (#2228) Diff: https://github.com/xamarin/maccore/compare/4bfce648475f8db1d93b8a9f51a69ad0b8b55930..d2ef9d7ee008e1a07a29396c68df33cc4f02de18
New commits in xamarin/maccore: * xamarin/maccore@714066a4b6 Add PoliCheckExclusions.xml (xamarin#2228) (xamarin#2229) Diff: https://github.com/xamarin/maccore/compare/ef861db73e7c0f74131d08d5afa64841d6b00e0b..714066a4b6b5062b3cfc12db0e79bfde0c3961ac
New commits in xamarin/maccore: * xamarin/maccore@714066a4b6 Add PoliCheckExclusions.xml (#2228) (#2229) Diff: https://github.com/xamarin/maccore/compare/ef861db73e7c0f74131d08d5afa64841d6b00e0b..714066a4b6b5062b3cfc12db0e79bfde0c3961ac
No description provided.