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

separate migration from util and make its dependencies into libs #6573

Closed

Conversation

Hawstein
Copy link
Contributor

Part of #6418

separate migration from util and make its dependencies into libs:

  • snappy
  • kvdb
  • error
  • common

@Hawstein Hawstein force-pushed the separate-migrations-from-util branch 2 times, most recently from 90a1b34 to 0429cec Compare September 22, 2017 16:27
@gavofyork gavofyork added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Sep 27, 2017
@5chdn
Copy link
Contributor

5chdn commented Oct 5, 2017

This branch has conflicts.

@5chdn 5chdn added A4-gotissues 💥 Pull request is reviewed and has significant issues which must be addressed. and removed A0-pleasereview 🤓 Pull request needs code review. labels Oct 5, 2017
@Hawstein Hawstein force-pushed the separate-migrations-from-util branch from 0429cec to f196c50 Compare October 5, 2017 17:14
@Hawstein
Copy link
Contributor Author

Hawstein commented Oct 5, 2017

@5chdn Conflicts resolved.

@5chdn 5chdn 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 Oct 5, 2017
@gavofyork
Copy link
Contributor

doesn't build...

@5chdn
Copy link
Contributor

5chdn commented Oct 9, 2017

CI issues

Job's log exceeded limit of 4194304 bytes.

@paritytech/ci ?

@5chdn 5chdn added the A4-awaitingci 🤖 Pull request is waiting for changes on the CI to complete tests before review/merge can begin. label Oct 9, 2017
rlp = { path = "../rlp" }
ethcore-bigint = { path = "../bigint" }
snappy = { path = "../snappy" }
error-chain = "0.11.0-rc.2"
Copy link
Collaborator

Choose a reason for hiding this comment

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

it would be good to use a single version of error-chain. this pr uses 2 different (0.11 and 0.11-rc2)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only version 0.11.0-rc.2 is used. I believe 0.11.0 is auto generated in Cargo.lock which will just drop the suffix rc.2.

Copy link
Collaborator

Choose a reason for hiding this comment

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

u are right!

@Hawstein Hawstein force-pushed the separate-migrations-from-util branch from f196c50 to 4db86cf Compare October 9, 2017 15:00
@Hawstein Hawstein force-pushed the separate-migrations-from-util branch from 4db86cf to 445ad2a Compare October 9, 2017 17:11
@Hawstein
Copy link
Contributor Author

@gavofyork @5chdn @debris Now all checks pass.

@5chdn 5chdn removed the A4-awaitingci 🤖 Pull request is waiting for changes on the CI to complete tests before review/merge can begin. label Oct 10, 2017
@debris
Copy link
Collaborator

debris commented Oct 10, 2017

I have a couple of grumbles, but I will fix them by myself and reopen the pr

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants