-
Notifications
You must be signed in to change notification settings - Fork 267
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
Make IPLD plugin a package, not a sub-module #294
Conversation
So it seems like both |
Ouch, ouch. Can you fix those lints here too? |
@liamsi,
|
Cool, that you wrote up different alternatives 👌🏼
I think that is the best approach. Pros:
Cons:
Regarding the other two:
I'm not really sure the second would work and the first requires changing the tree interface which we should avoid (at least in this PR imo). |
9be08cf
to
a0463a5
Compare
a0463a5
to
54ddec2
Compare
Codecov Report
@@ Coverage Diff @@
## master #294 +/- ##
==========================================
- Coverage 62.27% 61.85% -0.43%
==========================================
Files 260 270 +10
Lines 23218 23890 +672
==========================================
+ Hits 14460 14776 +316
- Misses 7265 7578 +313
- Partials 1493 1536 +43
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thanks @Wondertan
Left a minor nit regarding a private function.
The PR:
plugin
code to conformgofmt and
golangci-lint`.so
plugin building for IPFS in Makefile