You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix inconsistent JTF dependency logic in the code.
The refcount skips completed tasks, but dependency walk through them. It will lead the dependency graph computation to go wrong, and leave stale dependencies to finished tasks when there is a cicular dependency loop. Ths problem is exposed through a new unit test.
0 commit comments