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
TERMINATE_AT takes a set of issues, maps them to (repo_id, issue_number) tuples, and then later expects them to be in the DAG. This starts failing if an issue gets moved, e.g. zcash/librustzcash#1349 moved to zcash/wallet#5.
Rather than the renderer blowing up, we should check that all issues in TERMINATE_AT exist, and return a nicer error before trying to build the graph.
The text was updated successfully, but these errors were encountered:
TERMINATE_AT
takes a set of issues, maps them to(repo_id, issue_number)
tuples, and then later expects them to be in the DAG. This starts failing if an issue gets moved, e.g. zcash/librustzcash#1349 moved to zcash/wallet#5.Rather than the renderer blowing up, we should check that all issues in
TERMINATE_AT
exist, and return a nicer error before trying to build the graph.The text was updated successfully, but these errors were encountered: