-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Document supported versions and test minimum #1101
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
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.
We should probably also start testing the minimum supported version on Windows rather than just testing the nightly.
README.md
Outdated
Rust Version | ||
------------ | ||
|
||
coreutils supports and is tested on version `1.20.0` and above (including beta and nightly builds) of `rustc`. |
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.
coreutils
should probably be changed to uutils
to keep consistent with the rest of the README.
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.
Changed.
Should the same be done here? https://github.com/uutils/coreutils#contribute
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.
Ah, I never noticed that. Yes, please change that one as well.
cb6d268
to
89cb6f1
Compare
On Windows: that probably makes sense, but can be done at a later point. Does it make sense to indicate that in the README? |
I think so, as currently there are no guarantees that the code works for Windows on stable unless you test it yourself. |
89cb6f1
to
04e9537
Compare
Amended the README to include that info. |
Thanks, hopefully this will help people get started with the project. |
Fixes #1100