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

RLP encoder refactoring #252

Merged
merged 13 commits into from
Jan 29, 2016
Merged

RLP encoder refactoring #252

merged 13 commits into from
Jan 29, 2016

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Jan 27, 2016

No description provided.

@arkpar arkpar added the A0-pleasereview 🤓 Pull request needs code review. label Jan 27, 2016
@@ -23,6 +23,7 @@ elastic-array = "0.4"
heapsize = "0.2"
itertools = "0.4"
crossbeam = "0.2"
smallvec = "0.1"
Copy link
Collaborator

Choose a reason for hiding this comment

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

it's not used, can you remove it?

@debris
Copy link
Collaborator

debris commented Jan 28, 2016

LGTM

@debris debris added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jan 28, 2016
@arkpar arkpar added A4-gotissues 💥 Pull request is reviewed and has significant issues which must be addressed. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Jan 28, 2016
@arkpar arkpar added A0-pleasereview 🤓 Pull request needs code review. and removed A4-gotissues 💥 Pull request is reviewed and has significant issues which must be addressed. labels Jan 28, 2016
@@ -75,6 +75,7 @@ fn test_net_service() {

#[test]
fn test_net_connect() {
::env_logger::init().ok();
Copy link
Contributor

Choose a reason for hiding this comment

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

need to make sure logger is init'd only once during cargo test (blockchain tests also init logger)

@gavofyork gavofyork 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 Jan 29, 2016
@gavofyork
Copy link
Contributor

one issue, but i think logging is already broken in when running cargo test atm anyway.

@arkpar arkpar 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 Jan 29, 2016
@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jan 29, 2016
This pull request was closed.
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.

3 participants