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

Fix ./mach clippy. #14134

Merged
merged 2 commits into from Nov 9, 2016
Merged

Fix ./mach clippy. #14134

merged 2 commits into from Nov 9, 2016

Conversation

frewsxcv
Copy link
Contributor

@frewsxcv frewsxcv commented Nov 8, 2016

Fixes #13117.


This change is Reviewable

@highfive
Copy link

highfive commented Nov 8, 2016

Heads up! This PR modifies the following files:

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 8, 2016
@jdm
Copy link
Member

jdm commented Nov 8, 2016

110.95s$ ./mach test-tidy --no-progress --all
Checking the config file...
Checking directories for correct file extensions...
Checking files for tidiness...
./components/servo/Cargo.lock:1: duplicate versions for package "semver"
    found dependency on version 0.1.20
    but highest version is 0.2.3
    try upgrading with ./mach cargo-update -p semver:0.1.20
    The following packages depend on version 0.1.20:
        rustc_version

@jdm jdm added S-fails-tidy `./mach test-tidy` reported errors. and removed S-awaiting-review There is new code that needs to be reviewed. labels Nov 8, 2016
clippy uses semver==0.2.x

rustc-version uses semver==0.1.x

djc/rustc-version-rs#5
@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 8, 2016
@frewsxcv
Copy link
Contributor Author

frewsxcv commented Nov 8, 2016

Addressed in fa8e6c1.

@jdm
Copy link
Member

jdm commented Nov 8, 2016

@bors-servo: r+
Woo, semver ecosystems.

@bors-servo
Copy link
Contributor

📌 Commit fa8e6c1 has been approved by jdm

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Nov 8, 2016
@bors-servo
Copy link
Contributor

⌛ Testing commit fa8e6c1 with merge 16dc3a9...

bors-servo pushed a commit that referenced this pull request Nov 9, 2016
Fix `./mach clippy`.

Fixes #13117.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14134)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

💔 Test failed - mac-rel-wpt1

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Nov 9, 2016
@jdm
Copy link
Member

jdm commented Nov 9, 2016

@bors-servo
Copy link
Contributor

⌛ Testing commit fa8e6c1 with merge f1f97fb...

bors-servo pushed a commit that referenced this pull request Nov 9, 2016
Fix `./mach clippy`.

Fixes #13117.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14134)
<!-- Reviewable:end -->
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Nov 9, 2016
@bors-servo
Copy link
Contributor

@bors-servo bors-servo merged commit fa8e6c1 into servo:master Nov 9, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 9, 2016
@frewsxcv frewsxcv deleted the cargo-clippy branch November 9, 2016 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-fails-tidy `./mach test-tidy` reported errors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants