Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: part 8/7 #764

Merged
merged 1 commit into from
Aug 19, 2021
Merged

refactor: part 8/7 #764

merged 1 commit into from
Aug 19, 2021

Conversation

FintanH
Copy link
Contributor

@FintanH FintanH commented Aug 19, 2021

librad re-exports link-crypto, which in turn exports
radicle-keystore. This can lead to a slew of compiler errors if the
radicle-keystore dependency changes for one of the other crates, e.g.
temporarily developing on top of a git SHA.

This patch removes the dependency on radicle-keystore from the rest of
the crates and imports the keystore from librad instead.

Signed-off-by: Fintan Halpenny fintan.halpenny@gmail.com

librad re-exports link-crypto, which in turn exports
radicle-keystore. This can lead to a slew of compiler errors if the
radicle-keystore dependency changes for one of the other crates, e.g.
temporarily developing on top of a git SHA.

This patch removes the dependency on radicle-keystore from the rest of
the crates and imports the keystore from librad instead.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
@FintanH FintanH requested a review from a team as a code owner August 19, 2021 14:11
Copy link
Contributor

@kim kim left a comment

Choose a reason for hiding this comment

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

o7

@FintanH FintanH merged commit 439ade3 into master Aug 19, 2021
@FintanH FintanH deleted the librad-crypto branch August 19, 2021 14:30
@github-pages github-pages bot temporarily deployed to github-pages August 19, 2021 14:30 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants