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
migrate: compute depends_on from refs before resolving, restore --noplancheck
The refs map is shared with sv.Refs and gets mutated (entries deleted) during
reference resolution. depends_on must be computed before that loop runs.
Also restore --noplancheck as a no-op flag kept for backward compatibility
(used by the invariant test suite for job_with_depends_on config).
Co-authored-by: Isaac
0 commit comments