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

trying to make the u64 error irrelevant #1750

Closed
wants to merge 1 commit into from

Conversation

smurawski
Copy link
Contributor

Signed-off-by: Steven Murawski steven.murawski@gmail.com

@thesentinels
Copy link
Contributor

Thanks for the pull request! Here is what will happen next:

  1. Your PR will be reviewed by the maintainers
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!

Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
@smurawski smurawski force-pushed the smurawski/broken_serialization branch from f4178aa to 83098a6 Compare February 10, 2017 23:22
pub service_config_http_listen: http_gateway::ListenAddr,
pub service_config_http_listen: HttpGatewayListenAddr,
// Currently only used by `Package`
pub package_config_from: Option<String>,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is removed in the master branch. You'll want to make sure it's dropped here, too

}

#[derive(PartialEq, Eq, Debug, Clone)]
pub struct HttpGatewayListenAddr {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is called the newtype pattern. In that pattern, it's recommended to use the tuple style struct instead of named fields

}
}

fn gen_census_list() -> CensusList {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is gone in master, too

@smurawski smurawski closed this Feb 13, 2017
@smurawski smurawski deleted the smurawski/broken_serialization branch February 13, 2017 19:10
@christophermaier christophermaier added Focus:Supervisor Related to the Habitat Supervisor (core/hab-sup) component and removed A-supervisor labels Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus:Supervisor Related to the Habitat Supervisor (core/hab-sup) component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants