-
Notifications
You must be signed in to change notification settings - Fork 2.6k
change HashFor to HashingFor #14483
change HashFor to HashingFor #14483
Conversation
bot fmt |
@bkchr https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/3096198 was started for your command Comment |
@bkchr Command |
Next time if you want to rebase, just do |
@deepink-mas this also requires a Cumulus/Polkadot companion. |
Companions for Cumulus/Polkadot: paritytech/polkadot#7465 and paritytech/cumulus#2828 |
bot fmt |
@deepink-mas Requester could not be detected as a member of an allowed organization. |
924c2ab
to
be51c26
Compare
be51c26
to
6f2a834
Compare
I did a 'cargo fmt' with rust 1.70, but it still seems to contain unrelated formatting changes, which is why I avoided doing it until now. And looking at the CI it seems to want to revert some of those unrelated changes. Not sure what is going on, unless there is some configuration file that my cargo is not picking up for some reason. |
bot fmt |
@bkchr https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/3179859 was started for your command Comment |
@bkchr Command |
Am I correct in understanding that this is blocked pending one more review or is there something I should do? |
looks like the companions both have issues |
bot rebase |
Rebased |
bot merge |
Error: "Check reviews" status is not passing for paritytech/polkadot#7465 |
bot merge |
fixes #10386
Patch created using:
find * -name '.*' -prune -o -name '*.rs' -type f -execdir sed -i -- 's#HashFor#HashingFor#g' '{}' +
polkadot companion: paritytech/polkadot#7465
cumulus companion: paritytech/cumulus#2828