-
Notifications
You must be signed in to change notification settings - Fork 5.1k
9951 clippy errors in the test suite #10030
9951 clippy errors in the test suite #10030
Conversation
wow that really cleaned up a lot |
|
@svenski123 Thanks for working on this! I personally like these codebase hygiene maintenance. :) |
Regarding the failed test_bank_update_rewards test, there appears to be a non-deterministic element to it - running the test repeatedly usually succeeds, until it doesn't. I doubt this relates to the clippy related changes, though I have not gone through this test case thoroughly.
|
Oops, sorry about this. This is recently fixed on master: #10031 Could you rebase this pr on it? |
Hooray! I retied and the CI is running, passed |
Codecov Report
@@ Coverage Diff @@
## master #10030 +/- ##
=========================================
- Coverage 81.5% 81.5% -0.1%
=========================================
Files 283 283
Lines 65782 65782
=========================================
- Hits 53660 53658 -2
- Misses 12122 12124 +2 |
@svenski123 The CI passed now! But unfortunately, another big pr got landed before us.... #9992 However, this is getting closer to merge really! Could you rebase on that? |
be8d151
to
f43e333
Compare
The PR has been rebased. |
@svenski123 Wow. What a stamina you have! Legend thanks!! So, are you confident and ready to receive my dearest honor of adding Line 30 in 6a6c5f1
|
@svenski123 - thanks! |
@svenski123 Really thanks! |
Problem
Clippy warnings as per #9951
Summary of Changes
Lots of little clippy changes