Skip to content
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

Fix recent CI failures #3041

Merged
merged 2 commits into from
Aug 24, 2023
Merged

Fix recent CI failures #3041

merged 2 commits into from
Aug 24, 2023

Conversation

madsmtm
Copy link
Member

@madsmtm madsmtm commented Aug 24, 2023

We really need to work on making our CI more stable against upstream updates like this, but oh well, let's just fix it for now.

@madsmtm madsmtm added the S - maintenance Repaying technical debt label Aug 24, 2023
@notgull
Copy link
Member

notgull commented Aug 24, 2023

tokio pins Clippy to a specific version in its CI. Maybe it would be worth doing that for us...

@madsmtm madsmtm marked this pull request as ready for review August 24, 2023 16:29
@madsmtm madsmtm merged commit 9979441 into master Aug 24, 2023
@madsmtm madsmtm deleted the fix-ci branch August 24, 2023 16:29
@kchibisov
Copy link
Member

Kind of weird to request a review and then merge right after.

Anyway, the usual way to test things like that is to run clippy on msrv.

@daxpedda
Copy link
Member

Kind of weird to request a review and then merge right after.

The review requests are automatic because of code ownership.

@kchibisov
Copy link
Member

Ah, yeah, they get trigger when you convert from draft to actual PR.

@rdrpenguin04
Copy link

Clippy on MSRV isn't always useful; a lot of the lints have been improved in the several versions since.

@madsmtm
Copy link
Member Author

madsmtm commented Aug 24, 2023

Kind of weird to request a review and then merge right after.

The review requests are automatic because of code ownership.

Yeah sorry about that, I wanted to unassign you before I did so, but it seems I forgot

kchibisov pushed a commit to kchibisov/winit that referenced this pull request Oct 17, 2023
* Fix new clippy lints

* Fix nightly documentation warnings
kchibisov pushed a commit that referenced this pull request Oct 21, 2023
* Fix new clippy lints

* Fix nightly documentation warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S - maintenance Repaying technical debt
Development

Successfully merging this pull request may close these issues.

5 participants