Opened 9 years ago
Closed 9 years ago
#14094 closed defect (wontfix)
Deferred.progress should check finished
Reported by: | skaegi | Owned by: | Mark Wubben |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Core | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I noticed Deferred.progress does not call complete(...) so does not do the 'finished' check that reject/resolve do. It probably should though this is a minor issue.
Change History (3)
comment:1 Changed 9 years ago by
Owner: | set to Kris Zyp |
---|
comment:2 Changed 9 years ago by
Component: | General → Core |
---|---|
Owner: | changed from Kris Zyp to Mark Wubben |
Status: | new → assigned |
comment:3 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Progress doesn't complete the deferred, so that's OK. It just shouldn't emit after the deferred has been fulfilled.
Note: See
TracTickets for help on using
tickets.
Probably not relevant w/new Deferred code? If so, please close as wontfix.