-
Notifications
You must be signed in to change notification settings - Fork 58
chore(deps): use go-car master version #639
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #639 +/- ##
=======================================
Coverage 65.22% 65.22%
=======================================
Files 62 62
Lines 4467 4467
=======================================
Hits 2913 2913
Misses 1273 1273
Partials 281 281 Continue to review full report at Codecov.
|
|
I believe that we don't need the zero=eof for go-car v0 usage here anymore, so we just need an upstream v0.3.2 tag and to get that merged in here (along with a tagged go-commp-utils). |
|
Now using the tagged, mainline v0.3.2 go-car, working just fine. |
454e31c to
af8bdfc
Compare
af8bdfc to
d80ceba
Compare
|
We have a tagged go-car now and a new go-commp-utils, so this is now just a version bump and clean up of modules, I think this can be merged now (although I had to rerun CI a few times to pass the flakys). |
Just to clarify, this line from the original post is no longer relevant, right? As you no longer think "zero as EOF" is needed for the uses of the go-car v0 module. |
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.
Assuming we're all in agreement the two unmerged go-car v0 commits aren't actually needed, the changes LGTM!
Correct, I believe that code paths that need the null=EOF handling (reading from a sector) are now handled by go-car/v2. Same with the Filestore change, or at least roughly similar functionality I think. So the uses of v0 are now very straightforward. |
Ref: ipld/go-car#254
Depends on getting null-padding added as an option to go-car master and getting a proper tag for this.