Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[UIKit] Partial update to Xcode 11 Beta 1 and 2 - Part 1 of ?#6392

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
dalexsoto merged 9 commits intodotnet:xcode11fromdalexsoto:alex-xcode11-uikit
Jun 21, 2019

Conversation

@dalexsoto
Copy link
Member

Adds new classes included in Xcode 11 Beta 1 and 2, all stuff
included in this PR is up to date with Beta 2.

Adds new classes included in Xcode 11 Beta 1 and 2, all stuffincluded in this PR is up to date with Beta 2.
@monojenkins
Copy link
Collaborator

Build failure
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
🔥Test run failed 🔥

Test results

1 tests failed, 90 tests passed.

Failed tests

  • introspection/tvOS - simulator/Debug (tvOS 10.2): Failed

new bool CanBecomeFocused { get; }

[NoWatch, NoTV, iOS (11,0)]
[Watch (5,0), TV (13,0), iOS (11,0)] // Headers state Watch 5.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Have you tried running introspection in a watchOS 5 simulator?

spouliot reacted with thumbs up emoji
@monojenkins
Copy link
Collaborator

Build failure
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
🔥Test run failed 🔥

Test results

1 tests failed, 90 tests passed.

Failed tests

  • Xtro/Mac: BuildFailure

@dalexsoto
Copy link
MemberAuthor

@rolfbjarne I agree on the naming of the non-static method naming I will revisit them, about the static ones we have theFromFoo Naming pattern everywhere see for examplehttps://docs.microsoft.com/en-us/dotnet/api/uikit.uiimage.frombundle?view=xamarin-ios-sdk-12 so I think keeping the static factory methods being namedFrom is fine and consistent with what we currently do

What do you think?

@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
Test run succeeded

Avoid new generated csprojs```tests/apitest/apitest-unified-32.csprojtests/apitest/apitest-unified.csprojtests/apitest/apitest-unifiedXM45-32.csprojtests/apitest/apitest-unifiedXM45.csprojtests/introspection/Mac/introspection-mac-unified-32.csprojtests/introspection/Mac/introspection-mac-unified.csprojtests/linker/mac/dont link/dont link-mac-unified-32.csprojtests/linker/mac/dont link/dont link-mac-unified.csprojtests/linker/mac/dont link/dont link-mac-unifiedXM45-32.csprojtests/linker/mac/dont link/dont link-mac-unifiedXM45.csproj```
Copy link
Contributor

@spouliotspouliot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

minor

src/uikit.cs Outdated
[Async]
void PerformSystemAnimation (UISystemAnimation animation, UIView [] views, UIViewAnimationOptions options, Action parallelAnimations, UICompletionHandler completion);

[TV (12,0), iOS (12,0)] // Yep headers state iOS 12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

make sure to run intro tests on an iOS 12.0 simulator :)

@rolfbjarne
Copy link
Member

@dalexsoto one answer to your question is that past mistakes don't excuse us from doing the right thing in the future 😄

Personally I like theCreate methods (which we've used a lot too), but theFrom* isn't that bad.

@spouliot what do you think?

@spouliot
Copy link
Contributor

I prefer theCreate (any name with a verb for methods) but we have a lot ofFrom (not the worse non-verb case) and, at least for existing types, we should be consistent.

@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
Test run succeeded

@monojenkins
Copy link
Collaborator

Build failure
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
🔥Test run failed 🔥

@dalexsoto
Copy link
MemberAuthor

build

@dalexsoto
Copy link
MemberAuthor

Fixed Apple TV availability, Watch was fine with intro tests on 5.0.

@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
Test run succeeded

@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
Test run succeeded

@dalexsotodalexsoto merged commita8b90e6 intodotnet:xcode11Jun 21, 2019
@dalexsotodalexsoto deleted the alex-xcode11-uikit branchJune 21, 2019 22:25
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@rolfbjarnerolfbjarnerolfbjarne approved these changes

@chamonschamonsAwaiting requested review from chamons

@VincentDondainVincentDondainAwaiting requested review from VincentDondain

+1 more reviewer

@spouliotspouliotspouliot approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@dalexsoto@monojenkins@rolfbjarne@spouliot

[8]ページ先頭

©2009-2025 Movatter.jp