-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
save-analysis: JSON mk2 #33568
Conversation
error!("Error writing output"); | ||
} | ||
} | ||
} | ||
|
||
macro_rules! impl_fn { | ||
($fn_name: ident, $data_type: ident) => { | ||
($fn_name: ident, $data_type: ident, $bin: ident) => { |
There was a problem hiding this comment.
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.)
There was a problem hiding this comment.
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.
@nrc r=me; up to you whether to rename that |
@bors: r=pnkfelix (changed bin -> bucket) |
📌 Commit 6d6986b has been approved by |
save-analysis: JSON mk2 cc @aochagavia r? @pnkfelix
cc @aochagavia
r? @pnkfelix