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

Stratum IPC service #1959

Merged
merged 4 commits into from
Aug 24, 2016
Merged

Stratum IPC service #1959

merged 4 commits into from
Aug 24, 2016

Conversation

NikVolf
Copy link
Contributor

@NikVolf NikVolf commented Aug 18, 2016

Goes after #1954

also contains some DRYing of services boot code

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

Coverage Status

Coverage decreased (-0.03%) to 86.939% when pulling 6a3692a on stratum-ipc-svc into 0e0cc20 on master.


Options:
-l --logging LOGGING Specify the logging level. Must conform to the same
format as RUST_LOG.
Copy link
Contributor

@gavofyork gavofyork Aug 19, 2016

Choose a reason for hiding this comment

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

tabs used in usage format string - should be spaces to ensure proper display on terminals.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 86.931% when pulling 09d014d on stratum-ipc-svc into 070a215 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 86.939% when pulling 210e3b5 on stratum-ipc-svc into 070a215 on master.

@gavofyork gavofyork added A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. and removed A0-pleasereview 🤓 Pull request needs code review. labels Aug 23, 2016
@gavofyork
Copy link
Contributor

lgtm. needs resolving though.

Conflicts:
	parity/modules.rs
	parity/sync.rs
@NikVolf NikVolf added A8-looksgood 🦄 Pull request is reviewed well. and removed A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. labels Aug 24, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 8fd684d on stratum-ipc-svc into * on master*.

ctrc_stop.store(true, Ordering::Relaxed);
});
stop
}
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 a condvar so you don't have check the flag in a loop. probably for another PR.

@gavofyork gavofyork merged commit d631162 into master Aug 24, 2016
@gavofyork gavofyork deleted the stratum-ipc-svc branch August 24, 2016 16:35
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