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(map): stop queued parallel iterations after failure
Schedule bounded parallel map work lazily so queued iterations do not start after an aborting failure.
Also preserve the original execution error when final output computation raises during unwind, and keep aborting FailCog exceptions bubbling through system cogs that wrap nested scopes.
Agent: pi
Co-authored-by: ChatGPT <codex@openai.com>
0 commit comments