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

[SoundAnalysis] Add Xcode 11 Beta 1 & Beta 2 bindings#6351

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

Conversation

@tj-devel709
Copy link
Member

Intro errors:
[FAIL] Could not load SoundAnalysis.SNClassificationResult
[FAIL] Could not load SoundAnalysis.SNClassifySoundRequest

@dnfclas
Copy link

dnfclas commentedJun 18, 2019
edited
Loading

CLA assistant check
All CLA requirements met.

@dalexsoto
Copy link
Member

build

@dalexsotodalexsoto added this to thexcode11 milestoneJun 18, 2019
@VincentDondainVincentDondain changed the title[SoundAnalysis] Add Xcode 9 Beta 1 & Beta 2 bindings[SoundAnalysis] Add Xcode 11 Beta 1 & Beta 2 bindingsJun 18, 2019
@dalexsotodalexsoto added the do-not-mergeDo not merge this pull request labelJun 18, 2019
@dalexsoto
Copy link
Member

This can't be merged until#6341 lands!

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.

🎉

Copy link
Member

@rolfbjarnerolfbjarne left a comment

Choose a reason for hiding this comment

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

This looks very good, just a few nitpicks from me.

@spouliot
Copy link
Contributor

[FAIL] Could not load SoundAnalysis.SNClassificationResult[FAIL] Could not load SoundAnalysis.SNClassifySoundRequest

^ intro, but on which platform(s) ?

Copy link
Contributor

@VincentDondainVincentDondain left a comment

Choose a reason for hiding this comment

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

Some minor comments, looking good otherwise 👍

@stephen-hawley
Copy link
Contributor

👍

@spouliot
Copy link
Contributor

Also xtrospection tests will fail since the API are still in the.todo files. You need to remove what you implemented (runmake intests/xtro-sharpie)

@tj-devel709
Copy link
MemberAuthor

@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 🔥

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.

👍

Copy link
Contributor

@VincentDondainVincentDondain left a comment

Choose a reason for hiding this comment

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

Nice changes 👍

@dalexsoto
Copy link
Member

whitelist tj-devel709

@dalexsoto
Copy link
Member

build

@whitneyschmidtwhitneyschmidt self-requested a reviewJune 18, 2019 20:02
Copy link
Member

@rolfbjarnerolfbjarne left a comment

Choose a reason for hiding this comment

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

Great work, 👍

@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

7 tests failed, 87 tests passed.

Failed tests

  • xammac tests/Mac Unified/Release (all optimizations): Failed (Test run crashed (exit code: 134).)
  • mono-native-compat/Mac Unified/Modern: Failed (Test run crashed (exit code: 134).)
  • mono-native-unified/Mac Unified/Modern: Failed (Test run crashed (exit code: 134).)
  • introspection/iOS Unified 64-bits - simulator/Debug: Failed
  • MSBuild tests/iOS: Failed (Execution failed with exit code 1)
  • mmptest/macOS/NonSystem: Failed (Execution failed with exit code 3)
  • MTouch tests/NUnit: Failed (Execution failed with exit code 48)

@mandel-macaquemandel-macaque removed the do-not-mergeDo not merge this pull request labelJun 19, 2019
@spouliot
Copy link
Contributor

wrt

[FAIL] Could not load SoundAnalysis.SNClassificationResult[FAIL] Could not load SoundAnalysis.SNClassifySoundRequest

you should test conformance in a small Xcode/ObjC application. it's possible it's defined (in headers) but notyet conforming. In that case filing an issue (with Apple) and linking it from our "todo before release" issue would be the way to go :)

@spouliot
Copy link
Contributor

so the failure (no handle) occurs in Class.cs:103

returnobjc_getClass(name);

This is likely the same root cause as70844a8 which@rolfbjarne already filed with Apple

To workaround (and merge) this please exclude both types from introspection and add this PR/commit to the list of things we need to review before the final release ->#6212

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.

intro must ignore the failures for now :|

case"SNClassificationResult":// Class is not being created properly
returntrue;
case"SNClassifySoundRequest":// Class is not being created properly
returntrue;
Copy link
Contributor

Choose a reason for hiding this comment

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

alignment is incorrect (spaces instead of tabs?)

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

oops sorry, hopefully now it should be good

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.

👍

@dalexsoto
Copy link
Member

build

@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, 93 tests passed.

Failed tests

  • mmptest/macOS/Debug: Failed (Execution failed with exit code 2)

@dalexsotodalexsoto merged commit2781658 intodotnet:xcode11Jun 21, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@dalexsotodalexsotodalexsoto approved these changes

@rolfbjarnerolfbjarnerolfbjarne approved these changes

@chamonschamonsAwaiting requested review from chamons

+4 more reviewers

@spouliotspouliotspouliot approved these changes

@mandel-macaquemandel-macaquemandel-macaque approved these changes

@VincentDondainVincentDondainVincentDondain approved these changes

@whitneyschmidtwhitneyschmidtwhitneyschmidt approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

xcode11

Development

Successfully merging this pull request may close these issues.

10 participants

@tj-devel709@dnfclas@dalexsoto@spouliot@stephen-hawley@monojenkins@rolfbjarne@mandel-macaque@VincentDondain@whitneyschmidt

[8]ページ先頭

©2009-2025 Movatter.jp