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

Upgrade both Rust version and edition (and fix some lints) #1125

Merged
merged 18 commits into from
Mar 1, 2023

Conversation

Tyrubias
Copy link
Contributor

@Tyrubias Tyrubias commented Oct 1, 2022

This PR updates exa to use Rust 1.63.0 as well as Rust Edition 2021. It also fixes a number of Clippy warnings. Note that we do not upgrade to Rust 1.64.0 here because it increases the glibc and Linux kernel requirements, which would break exa for users on older platforms without necessarily providing a benefit in terms of developer experience or new APIs.

This is my first Rust contribution. I did my best to follow the atomic commits principle to make it easier to review my PR. I'm inexperienced with open-source contributions and would love any feedback you may have. Thank you!

Copy link
Collaborator

@ariasuni ariasuni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for trying to improve exa!

You will need to rebase your changes, because there were a few changes since you made this pull request. If you make the necessary changes, I can merge it immediately.

src/theme/mod.rs Outdated Show resolved Hide resolved
src/theme/mod.rs Outdated Show resolved Hide resolved
src/options/filter.rs Outdated Show resolved Hide resolved
src/options/parser.rs Outdated Show resolved Hide resolved
@Tyrubias Tyrubias force-pushed the upgrade-and-cleanup branch from 362393a to eba3646 Compare February 24, 2023 23:29
@ariasuni
Copy link
Collaborator

Could you update .github/workflows/unit-tests.yml for CI to work as well? (editing the 1.56.1 → 1.63.0)

@ariasuni ariasuni merged commit c697d06 into ogham:master Mar 1, 2023
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.

2 participants