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

Rename manifest_version to manifest-version #39630

Merged
merged 1 commit into from
Feb 8, 2017

Conversation

alexcrichton
Copy link
Member

The current manifests encode this with a dash in the name, so we should preserve
that!

@rust-highfive
Copy link
Collaborator

r? @aturon

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

let manifest = self.build_manifest();
let Manifest { manifest_version, date, pkg } = self.build_manifest();
let mut manifest = BTreeMap::new();
manifest.insert("manifest-version".to_string(),
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a comment explaining that rebuilding of the manifest BTreeMap is to correct the 'manifest-version' name.

@brson
Copy link
Contributor

brson commented Feb 7, 2017

r=me w/ nit

The current manifests encode this with a dash in the name, so we should preserve
that!
@alexcrichton
Copy link
Member Author

@bors: r=brson

@bors
Copy link
Contributor

bors commented Feb 8, 2017

📌 Commit e53eaa3 has been approved by brson

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 8, 2017
Rename manifest_version to manifest-version

The current manifests encode this with a dash in the name, so we should preserve
that!
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 8, 2017
Rename manifest_version to manifest-version

The current manifests encode this with a dash in the name, so we should preserve
that!
bors added a commit that referenced this pull request Feb 8, 2017
Rollup of 11 pull requests

- Successful merges: #39462, #39512, #39529, #39557, #39561, #39582, #39583, #39597, #39622, #39624, #39630
- Failed merges:
@bors bors merged commit e53eaa3 into rust-lang:master Feb 8, 2017
@alexcrichton alexcrichton added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 11, 2017
@alexcrichton
Copy link
Member Author

Nominating for a beta backport

@alexcrichton alexcrichton added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Feb 11, 2017
@alexcrichton alexcrichton deleted the update-manifest branch February 11, 2017 18:38
@brson brson removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 13, 2017
bors added a commit that referenced this pull request Feb 16, 2017
[beta] Another round of backporting PRs to beta

This is a backport of the following PRs:

* #39622
* #39630
* #39660
* #39676
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants