-
Notifications
You must be signed in to change notification settings - Fork 471
bug fix: DispatchWorkItem init failed to store group parameter #100
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
Conversation
I won't merge this because we're disputing that it is a good interface. @mwwa to follow up on this. |
ok; makes sense. I ran into this while porting NSOperation in foundation to use the Swift 3 overlay. Not blocking (I can test using the unmerged fix for now). |
well you should not use the |
ok. So the likely outcome is that the _group instance field of WorkItem gets removed and we get an additional async method on queue instead. I'll pick it up again in the morning (have to head out now). |
yes that's what we're thinking about, @mwwa will lead that part on our end, I think he also has a few minor adjustments coming up. |
Yeah. Stay tuned for a bunch of tweaks to the interface sometime next week. We should probably hold off on things like this PR until then, and then sync up all the changes at once. |
@swift-ci Please test |
1 similar comment
@swift-ci Please test |
The CI failure should be fixed by #105. Note that when running the tests on a performance box I get the following failures:
|
@mwwa any update on the overlay API tweaks? |
@dgrove-oss Yeah, I just pushed my changes, I won't be opening the PR quite yet but these should help. |
No description provided.