-
Notifications
You must be signed in to change notification settings - Fork 986
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
Use NSOperationQueue (GH-452) #454
base: master
Are you sure you want to change the base?
Conversation
Tests are failing. Can you please take a look at those? |
Codecov Report
@@ Coverage Diff @@
## master #454 +/- ##
=======================================
Coverage 74.29% 74.29%
=======================================
Files 12 12
Lines 1564 1564
=======================================
Hits 1162 1162
Misses 402 402 Continue to review full report at Codecov.
|
Fixed @janpio |
I just updated the title to quickly reflect the actual proposed change. I would favor this change in general for the next major release, would like to see some testing according to https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#testing and quick performance testing. I cannot promise when any of us will have a chance to test and merge, suggest you continue to ask on [email protected]. |
P.S. If we merge this one I would like to see a similar change on cordova-osx (macOS), just raised apache/cordova-osx#70 for tracking. |
@brodybits thanks, I will try to follow that document and post some plugin to demonstrate the issue. |
Thank you @ECNU3D I like this change, however there are a few things I would like to see here. ( all subject to discussion of course )
It would be nice to know if there have ever been issues here, not sure how to approach this, but I dislike spending cycles fixing issues that have never affected anyone. Granted this is a small change, so I feel okay about this one regardless of proof that it ever happened. Just curious ... |
Agree with @purplecabbage. |
Platforms affected
iOS
What does this PR do?
A potential solution for issue #452
What testing has been done on this change?
Checklist