Skip to content
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

Update SDLAsynchronousOperation subclasses to abort on start if they're cancelled #1403

Merged
merged 2 commits into from Sep 23, 2019

Conversation

joeljfischer
Copy link
Contributor

@joeljfischer joeljfischer commented Sep 19, 2019

Fixes #1379

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Unit tests performed

Summary

This PR updates SDLAsynchronousOperation subclasses to exit as early as possible if they're cancelled instead of starting then cancelling.

Changelog

Bug Fixes
  • Operations will now exit out earlier when cancelled before running.

Tasks Remaining:

  • Run tests against Manticore

CLA

@joeljfischer joeljfischer added bug A defect in the library best practice Not a defect but something that should be improved anyway labels Sep 19, 2019
@joeljfischer joeljfischer added this to the 6.4.0 milestone Sep 19, 2019
@joeljfischer joeljfischer self-assigned this Sep 19, 2019
@joeljfischer joeljfischer added this to In progress in v6.4 via automation Sep 19, 2019
@joeljfischer joeljfischer changed the title WIP: Update SDLAsynchronousOperation subclasses to abort on start if they're cancelled Update SDLAsynchronousOperation subclasses to abort on start if they're cancelled Sep 19, 2019
v6.4 automation moved this from In progress to Reviewer approved Sep 23, 2019
@NicoleYarroch NicoleYarroch merged commit d682c30 into develop Sep 23, 2019
v6.4 automation moved this from Reviewer approved to Done Sep 23, 2019
@NicoleYarroch NicoleYarroch deleted the bugfix/issue-1379-async-operation-return-bool branch September 23, 2019 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
best practice Not a defect but something that should be improved anyway bug A defect in the library
Projects
No open projects
v6.4
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants