You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that pipelines are using different MSRV. The project uses rust 1.74, but the BSD pipelines seems to use the latest version of rust.
This makes creating a PR a mess, because some pipelines fail due to clippy issues. So if 2 people create separate PRs at the same time, there will be the same clippy fixes in those PRs.
Until the main branch has fixed all clippy issues for the latest rust version.
I'm currently in the process of creating a PR, but I know a few pipelines will fail, even though the clippy fixes are already in #1327.
The options:
make all pipelines use the same rust version
run clippy for the project with the latest rust version and fix the main branch
The text was updated successfully, but these errors were encountered:
tessus
changed the title
inconsistentcy in rust versions and pipelines
inconsistency in rust versions and pipelines
Jan 18, 2025
It seems that pipelines are using different MSRV. The project uses rust 1.74, but the BSD pipelines seems to use the latest version of rust.
This makes creating a PR a mess, because some pipelines fail due to clippy issues. So if 2 people create separate PRs at the same time, there will be the same clippy fixes in those PRs.
Until the main branch has fixed all clippy issues for the latest rust version.
I'm currently in the process of creating a PR, but I know a few pipelines will fail, even though the clippy fixes are already in #1327.
The options:
The text was updated successfully, but these errors were encountered: