-
-
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
[add] Only-hash gives wrong result with wrap-with-directory #4652
Comments
@Stebalien I'd like to work on this, but I'm not sure I'm understanding the issue correctly, the problem is the inconsistency of the hash of the directory wrapping the whole tree, right? Which should be the same for every pair of commands where the only difference is just the |
@schomatis |
@djdv Thanks for the clarification, I'll await for the green light form @Stebalien and start looking into this. |
It seems that the The mentioned inconsistency is just exposed by the |
The "empty" MFS root created for the The |
The problem with the |
@schomatis |
Version information:
go-ipfs version: 0.4.14-dev-bd32e73db
Repo version: 6
System version: amd64/windows
Golang version: go1.10rc1
Type:
Bug
Description:
Similar to #4065 except with wrap
add -n -w
isn't consistent with the real outcome ofadd -w
in some cases, here's the ones I noticed.The text was updated successfully, but these errors were encountered: