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

save-analysis: JSON mk2 #33568

Merged
merged 3 commits into from
May 14, 2016
Merged

save-analysis: JSON mk2 #33568

merged 3 commits into from
May 14, 2016

Conversation

nrc
Copy link
Member

@nrc nrc commented May 11, 2016

error!("Error writing output");
}
}
}

macro_rules! impl_fn {
($fn_name: ident, $data_type: ident) => {
($fn_name: ident, $data_type: ident, $bin: ident) => {
Copy link
Member

Choose a reason for hiding this comment

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

What does the name $bin mean here? Is this $bin in the sense of "container" (i.e. the container that is receiving the values being converted from the input data)?

(Usually when a see the word "bin", my first thought is that it is short for "executable binary", like /usr/bin, so that's why I ask.)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, bin as in container, I couldn't think of a better name, but I wasn't very happy with it.

@pnkfelix
Copy link
Member

@nrc r=me; up to you whether to rename that $bin argument that I noted in review.

@nrc
Copy link
Member Author

nrc commented May 13, 2016

@bors: r=pnkfelix

(changed bin -> bucket)

@bors
Copy link
Contributor

bors commented May 13, 2016

📌 Commit 6d6986b has been approved by pnkfelix

@bors
Copy link
Contributor

bors commented May 14, 2016

⌛ Testing commit 6d6986b with merge 5029a60...

bors added a commit that referenced this pull request May 14, 2016
@bors bors merged commit 6d6986b into rust-lang:master May 14, 2016
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.

3 participants