- Notifications
You must be signed in to change notification settings - Fork548
[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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dnfclas commentedJun 18, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
dalexsoto commentedJun 18, 2019
build |
dalexsoto commentedJun 18, 2019
This can't be merged until#6341 lands! |
Uh oh!
There was an error while loading.Please reload this page.
spouliot left a comment
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.
🎉
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
rolfbjarne left a comment
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.
This looks very good, just a few nitpicks from me.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
spouliot commentedJun 18, 2019
^ intro, but on which platform(s) ? |
VincentDondain left a comment
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.
Some minor comments, looking good otherwise 👍
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
stephen-hawley commentedJun 18, 2019
👍 |
spouliot commentedJun 18, 2019
Also xtrospection tests will fail since the API are still in the |
Uh oh!
There was an error while loading.Please reload this page.
tj-devel709 commentedJun 18, 2019
@spouliot@dalexsoto@stephen-hawley@VincentDondain@rolfbjarne@mandel-macaque@chamons Think I hit those edits and repushed! |
monojenkins commentedJun 18, 2019
Build failure |
spouliot left a comment
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.
👍
VincentDondain left a comment
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.
Nice changes 👍
dalexsoto commentedJun 18, 2019
whitelist tj-devel709 |
dalexsoto commentedJun 18, 2019
build |
rolfbjarne left a comment
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.
Great work, 👍
monojenkins commentedJun 18, 2019
Build failure Test results7 tests failed, 87 tests passed.Failed tests
|
spouliot commentedJun 19, 2019
wrt 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 commentedJun 20, 2019
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 |
spouliot left a comment
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.
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; |
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.
alignment is incorrect (spaces instead of tabs?)
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.
oops sorry, hopefully now it should be good
spouliot left a comment
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.
👍
dalexsoto commentedJun 20, 2019
build |
monojenkins commentedJun 20, 2019
Build failure Test results1 tests failed, 93 tests passed.Failed tests
|
Intro errors:
[FAIL] Could not load SoundAnalysis.SNClassificationResult
[FAIL] Could not load SoundAnalysis.SNClassifySoundRequest