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 a race which could allow Swift tasks to be reported as failed instead of cancelled (#367)
Ensure that if the process for a Job is never reported as started, we report it as cancelled
rather than failed. This is consistent with C compiles and other task types.
rdar://138056158
0 commit comments