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
If a task was depended on more than once we previously did not
correctly identify this and instead created it more than once.
Change the `add' function such that we correctly hoist the
collection of so-far created elements and the cycle sentinel
outside of the first recursive call. This ensures they survive
the recursion, rather than being re-created at each level.
This undoes the breakage caused by ada4ff9.
Fixes#10
0 commit comments