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

Introduce tidy lint to check for inconsistent tracking issues #42705

Merged
merged 1 commit into from
Jun 17, 2017

Conversation

est31
Copy link
Member

@est31 est31 commented Jun 16, 2017

This PR

  • Refactors the collect_lib_features function to work in a
    non-checking mode (no bad pointer needed, and list of
    lang features).
  • Introduces checking whether unstable/stable tags for a
    given feature have inconsistent tracking issues, as in,
    multiple tracking issues per feature.
  • Fixes such inconsistencies throughout the codebase.

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@est31
Copy link
Member Author

est31 commented Jun 16, 2017

The autogeneration code of #42612 already relies on such consistency, as in it only displays one tracking issue per feature, and the choice is rather arbitrary (I think it depends on file system ordering).

@est31 est31 force-pushed the master branch 2 times, most recently from 10f5cb2 to c6afde6 Compare June 16, 2017 18:40
This commit
    * Refactors the collect_lib_features function to work in a
      non-checking mode (no bad pointer needed, and list of
      lang features).
    * Introduces checking whether unstable/stable tags for a
      given feature have inconsistent tracking issues.
    * Fixes such inconsistencies throughout the codebase.
@alexcrichton
Copy link
Member

@bors: r+

Nice!

@bors
Copy link
Contributor

bors commented Jun 17, 2017

📌 Commit c6afde6 has been approved by alexcrichton

@frewsxcv
Copy link
Member

@bors rollup

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Jun 17, 2017
Introduce tidy lint to check for inconsistent tracking issues

This PR
* Refactors the collect_lib_features function to work in a
      non-checking mode (no bad pointer needed, and list of
      lang features).
* Introduces checking whether unstable/stable tags for a
      given feature have inconsistent tracking issues, as in,
      multiple tracking issues per feature.
* Fixes such inconsistencies throughout the codebase.
bors added a commit that referenced this pull request Jun 17, 2017
Rollup of 3 pull requests

- Successful merges: #42660, #42662, #42705
- Failed merges:
@bors bors merged commit c6afde6 into rust-lang:master Jun 17, 2017
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.

5 participants