-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ci improve clippy (rebased) #1465
Merged
Merged
Commits on Jun 2, 2021
-
Clippy is run on CI, but even if there are warnings, the CI doesn't fail. With this commit the CI fails when there are Clippy warnings. It also runs Clippy on all the code (also tests, benchmarks and examples) now.
Configuration menu - View commit details
-
Copy full SHA for fd2c25b - Browse repository at this point
Copy the full SHA fd2c25bView commit details -
feat: re-factor benches to make clippy happy
feat: clean-up some clippy warnings
Configuration menu - View commit details
-
Copy full SHA for ba9f8a8 - Browse repository at this point
Copy the full SHA ba9f8a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6cb75e - Browse repository at this point
Copy the full SHA b6cb75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 135756c - Browse repository at this point
Copy the full SHA 135756cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed54c3 - Browse repository at this point
Copy the full SHA 6ed54c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b49e54 - Browse repository at this point
Copy the full SHA 0b49e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e3448 - Browse repository at this point
Copy the full SHA f2e3448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317d944 - Browse repository at this point
Copy the full SHA 317d944View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ad10b - Browse repository at this point
Copy the full SHA e5ad10bView commit details -
refactor: create PathBuf directly
Create a PathBuf for more symmetry within the if/else clause.
Configuration menu - View commit details
-
Copy full SHA for ac56ece - Browse repository at this point
Copy the full SHA ac56eceView commit details
Commits on Jun 4, 2021
-
refactor: change back to using a PathBuf
Instead using a string first, change code back to use a `PathBuf` directly.
Configuration menu - View commit details
-
Copy full SHA for 4312b13 - Browse repository at this point
Copy the full SHA 4312b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb2b7f - Browse repository at this point
Copy the full SHA 7fb2b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a69d4 - Browse repository at this point
Copy the full SHA 03a69d4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.