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

Bump MSRV to 1.82.0 #7394

Merged
merged 2 commits into from
Mar 4, 2025
Merged

Bump MSRV to 1.82.0 #7394

merged 2 commits into from
Mar 4, 2025

Conversation

drinkcat
Copy link
Contributor

@drinkcat drinkcat commented Mar 4, 2025

Fixes #7393.

@sylvestre
Copy link
Contributor

@cakebaker ok with you ? :)

@sylvestre
Copy link
Contributor

sylvestre commented Mar 4, 2025

Needs to fix:

      --> tests/common/util.rs:411:9
      |
  411 |         self.exit_status.map_or(true, |e| e.success())
      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_none_or instead: `self.exit_status.is_none_or(|e| e.success())`

@cakebaker
Copy link
Contributor

@sylvestre yes :)

Following clippy advice:
error: this `map_or` can be simplified
     --> tests\common\util.rs:411:9
      |
  411 |         self.exit_status.map_or(true, |e| e.success())
      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_none_or instead: `self.exit_status.is_none_or(|e| e.success())`
@drinkcat
Copy link
Contributor Author

drinkcat commented Mar 4, 2025

Needs to fix:

      --> tests/common/util.rs:411:9
      |
  411 |         self.exit_status.map_or(true, |e| e.success())
      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_none_or instead: `self.exit_status.is_none_or(|e| e.success())`

done

Copy link

github-actions bot commented Mar 4, 2025

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/misc/stdbuf (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit 72299d3 into uutils:main Mar 4, 2025
65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

selinux build is broken with MRSV (1.79.0)
3 participants