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
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
Tasks execution is synchronous during the graph traversal, the log replay is not. This can result in logs from a cache hit on a dependency appearing after the logs from the dependent.
Expected Behavior
Logs should appear in an order that is a possible sequence of execution.
To Reproduce
Cache a dependency, run an un-cached task that depends on it. It's a race condition, logs may appear in the wrong order.