Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

DRYing build scripts #1795

Merged
merged 8 commits into from
Aug 2, 2016
Merged

DRYing build scripts #1795

merged 8 commits into from
Aug 2, 2016

Conversation

NikVolf
Copy link
Contributor

@NikVolf NikVolf commented Aug 1, 2016

No description provided.

@NikVolf NikVolf added the A0-pleasereview 🤓 Pull request needs code review. label Aug 1, 2016
@coveralls
Copy link

coveralls commented Aug 1, 2016

Coverage Status

Changes Unknown when pulling fbfcd48 on ipc-codegen-dry into * on master*.

let file_name = try!(PathBuf::from(src_path).file_name().ok_or(Error::InvalidFileName).map(|val| val.to_str().unwrap().to_owned()));

let mut intermediate_file_name = file_name.clone();
intermediate_file_name.push_str("rpc.in");
Copy link
Collaborator

Choose a reason for hiding this comment

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

.rpc.in? (will result in traits.rs.rpc.in for instance)

@tomusdrw tomusdrw added A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Aug 2, 2016
@NikVolf NikVolf added A0-pleasereview 🤓 Pull request needs code review. and removed A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. labels Aug 2, 2016
@coveralls
Copy link

coveralls commented Aug 2, 2016

Coverage Status

Coverage increased (+0.1%) to 86.982% when pulling 62df81f on ipc-codegen-dry into 27d9964 on master.

@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Aug 2, 2016
@NikVolf NikVolf merged commit 93b4b15 into master Aug 2, 2016
@NikVolf NikVolf deleted the ipc-codegen-dry branch August 18, 2016 16:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants