Opened 9 years ago
Closed 9 years ago
#2179 closed defect (wontfix)
Test Suite fails to detect missing 'yield wfd; res = wfd.getResult()' in build step tests.
Reported by: | tom.prince | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Version: | master | Keywords: | |
Cc: |
Description
Change History (2)
comment:1 Changed 9 years ago by dustin
comment:2 Changed 9 years ago by dustin
- Resolution set to wontfix
- Status changed from new to closed
Now that we can use inlineCallbacks, this isn't a problem.
Note: See
TracTickets for help on using
tickets.
When I was building http://code.google.com/p/uthreads, I used some funny gc tricks to figure out when an object that should have been handled appropriately wasn't. I wonder if we could monkey-patch waitForDeferred to do the same?