-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
gx: update go-ds-flatfs #4872
gx: update go-ds-flatfs #4872
Conversation
hold up there's conflicts everywhere |
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.
Blocking because I want to get ipfs/go-ds-flatfs#35 in first.
package.json
Outdated
"name": "go-ds-flatfs", | ||
"version": "1.1.7" |
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.
Can we please wait on updating this dependency. I would like to get ipfs/go-ds-flatfs#35 in first. Otherwise we will have an on-disk format change.
@kevina |
Thanks. Will unblock once that's in, hopefully in by early next week. |
e454798
to
2c7c132
Compare
Just as an aside, I'm going to repeat the process here: |
Is it worth that I rebase and we can merge my original #4742 (which was LGMT'ed already) before this? |
@hsanjuan |
@djdv it was merged now |
5029ab6
to
ab99ea2
Compare
@kevina |
@djdv take a look at the output of |
@Stebalien
I'm not positive, but I don't think there's a way to avoid being blocked on these namesys changes. It may be best to close this PR in favour of #4817 |
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
Given that this solves a big issue on Windows, what if we just cherry picked the patch and published like this for now? We can pull in changes from flatfs v1.2.X+ later. |
@Stebalien |
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.
LGTM, this is just the flatfs with the windows fix patch, and not the diskusage changes.
Includes (at least): ipfs/go-ds-flatfs@ebb0eca
Which fixes: #4527
And should fix: #3971, and #4710
as well.