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

Use singular number for all feature names #1694

Merged
merged 2 commits into from Apr 15, 2022
Merged

Use singular number for all feature names #1694

merged 2 commits into from Apr 15, 2022

Conversation

asomers
Copy link
Member

@asomers asomers commented Apr 9, 2022

features => feature
users => user

Neither of these features have yet been included in a release, so it's
ok to rename them.

features => feature
users => user

Neither of these features have yet been included in a release, so it's
ok to rename them.
@asomers asomers requested a review from rtzoeller April 9, 2022 22:33
Copy link
Collaborator

@rtzoeller rtzoeller left a comment

Choose a reason for hiding this comment

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

bors r+

bors bot added a commit that referenced this pull request Apr 9, 2022
1694: Use singular number for all feature names r=rtzoeller a=asomers

features => feature
users => user

Neither of these features have yet been included in a release, so it's
ok to rename them.

Co-authored-by: Alan Somers <asomers@gmail.com>
@bors
Copy link
Contributor

bors bot commented Apr 9, 2022

Build failed:

@asomers
Copy link
Member Author

asomers commented Apr 9, 2022

Looks like rustc itself is broken for uclibc . rust-lang/rust@33fd73f .

@rtzoeller
Copy link
Collaborator

@asomers thanks for filing rust-lang/rust#95866.

FYI @skrap.

.cirrus.yml Outdated
@@ -289,6 +289,9 @@ task:
- name: Linux armv7 uclibceabihf
env:
TARGET: armv7-unknown-linux-uclibceabihf
# Pin nightly compiler due to
# https://github.com/rust-lang/rust/issues/95866
TOOLCHAIN: nightly-2022-04-01
Copy link
Collaborator

Choose a reason for hiding this comment

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

I believe you also need the

setup_script:
    - rustup target add $TARGET
    - rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
    - rustup component add --toolchain $TOOLCHAIN clippy

bit.

@asomers asomers force-pushed the user branch 3 times, most recently from 716890a to a5ca584 Compare April 10, 2022 14:37
@asomers
Copy link
Member Author

asomers commented Apr 10, 2022

Ok, I think I got CI straightened out.

@rtzoeller
Copy link
Collaborator

bors retry

@bors bors bot merged commit f05789c into master Apr 15, 2022
@asomers asomers deleted the user branch August 12, 2022 00:22
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.

None yet

2 participants