-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add clippy to ci and fix warnings #85
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added context for the less obvious diffs
@markmandel could you take a look at why the build fails in ci I don't have viewing permissions 😊 |
And added you as viewer! When we are ready for this to go open, I'll set it up so that the build results are more public. |
Sounds like we would want to add clippy here: Then I can rebuild the ci image and push it up 👍 |
Updated dockerfile. |
And rebuilt. Let's try it again! |
That looks better:
We are getting Clippy warnings now! |
Looks like there is a bug with Cloud Build integration where it only points to the first build. If you go to the build history, you can see the latest version. (I've filed a bug) |
I'm not seeing those warnings locally - wondering if we should also update our rust version at the same time? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice changes. Had a few questions along the way, but overall 👍
New image is up! New build re-running at: |
Got a test failure :( Can repro it locally too.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Fixes #82