-
Notifications
You must be signed in to change notification settings - Fork 518
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
[C] Clear OpenTK namespace #13767
[C] Clear OpenTK namespace #13767
Conversation
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.
First pass done! Looks good, although I'd like to know the reason for the removals related to Matrix3/Matrix4.
Also: it doesn't look like the opentk submodule has to be bumped (the diff between those two hashes show no difference).
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Building issues are unrelated in the PR, the checkout of the project failed on devops |
the CI just corrected me and well as rolf, we do not need to bump the submodule, that results in the following error when building on the CI:
|
d3d0c6a
to
0b7487b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
8ee8bfb
to
7aa43b8
Compare
This comment was marked as outdated.
This comment was marked as outdated.
7aa43b8
to
184d538
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Current failure is:
|
8d12c71
to
622ebe1
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
622ebe1
to
a0046dc
Compare
This comment was marked as outdated.
This comment was marked as outdated.
a0046dc
to
6e63c3f
Compare
This comment was marked as outdated.
This comment was marked as outdated.
2ff20e5
to
714f92b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
@StephaneDelcroix the failures in the older mac OS can be ignored, yet they show that the branch is far behind main since those were fixed. Can you please rebase with main (or merge)? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View dotnet API diffView dotnet legacy API diffView dotnet iOS-MacCatalayst API diff
API Current PR diffℹ️ API Diff (from PR only) (please review changes) View dotnet API diffView dotnet legacy API diffView dotnet iOS-MacCatalayst API diff
Generator diffℹ️ Generator Diff (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): 🎉 All 146 tests passed 🎉Pipeline on Agent XAMBOT-1042.BigSur' |
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View dotnet API diffView dotnet legacy API diffView dotnet iOS-MacCatalayst API diff
API Current PR diffℹ️ API Diff (from PR only) (please review changes) View dotnet API diffView dotnet legacy API diffView dotnet iOS-MacCatalayst API diff
Generator diffℹ️ Generator Diff (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): 🎉 All 146 tests passed 🎉Pipeline on Agent XAMBOT-1102.BigSur' |
… our platform assemblies.
And how they map to legacy Xamarin types (when they do).
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.
Love the docs!
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View dotnet API diffView dotnet legacy API diffView dotnet iOS-MacCatalayst API diff
API Current PR diffℹ️ API Diff (from PR only) (please review changes) View dotnet API diffView dotnet legacy API diffView dotnet iOS-MacCatalayst API diff
Generator diffℹ️ Generator Diff (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results5 tests failed, 141 tests passed.Failed tests
Pipeline on Agent XAMBOT-1100.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View dotnet API diffView dotnet legacy API diffView dotnet iOS-MacCatalayst API diff
API Current PR diffℹ️ API Diff (from PR only) (please review changes) View dotnet API diffView dotnet legacy API diffView dotnet iOS-MacCatalayst API diff
Generator diffℹ️ Generator Diff (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results3 tests failed, 143 tests passed.Failed tests
Pipeline on Agent XAMBOT-1096.BigSur' |
Test failures are unrelated (https://github.com/xamarin/maccore/issues/581). |
fixes #13160