-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Conversation
bot merge |
Waiting for commit status. |
Bot will approve on the behalf of @bkchr, since they are a team lead, in an attempt to reach the minimum approval count |
This PR broke the CI I think. It is not properly formatted and probably needs a polkadot companion. Curious why the CI in this PR did not catch this. |
cargo-fmt is allowed to fail. According to git blame, it got changed some time ago (maybe it got relaxed due to formatting PRs and no one turned it back on after?). In any case it's very easy to change that, simply set
packages are patched by name and that might have been the problem, since the dependency got renamed here. I could not intuit yet why it passed here, but not on master, since it should have patched the same way for both scenarios: here the PR does not have a companion, so it doesn't get patched; master is not a PR, thus it does not get patched, either. |
It should've returned an error here:
considering it sets early return:
|
This line is totally stupid and not even required for these checks. The problem here is that we use patching and patched a non-existing crate, while the old The check needs to include checks for deleted crates. |
It's not referenced by anything in primitives so shouldn't really live there. (Part of #9214 )