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

Fixing --no-default-features again and evmbin #2670

Merged
merged 2 commits into from
Oct 18, 2016
Merged

Fixing --no-default-features again and evmbin #2670

merged 2 commits into from
Oct 18, 2016

Conversation

tomusdrw
Copy link
Collaborator

No description provided.

@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Oct 17, 2016
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Oct 17, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ed586d1 on fixes into * on master*.

time: Duration,
},
/// Error
Error {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be Err for parallel to Result.
And the type should be called ExecutionResult. Then it could just be type ExecutionResult = Result<Success, Failure> with type definitions for the enum struct variants.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good point. Will fix this, thanks!

@tomusdrw tomusdrw added the A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. label Oct 18, 2016
@tomusdrw tomusdrw removed the A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. label Oct 18, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 1877d12 on fixes into * on master*.

@arkpar arkpar merged commit 70c3001 into master Oct 18, 2016
@tomusdrw tomusdrw deleted the fixes branch October 24, 2016 09:52
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. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants