-
-
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
ipfs resolve isn't behaving well #5703
Comments
Stebalien
added a commit
that referenced
this issue
Oct 30, 2018
…mand fixes #5703 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
ghost
assigned Stebalien
Oct 30, 2018
Stebalien
added a commit
that referenced
this issue
Nov 13, 2018
…mand fixes #5703 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Stebalien
added a commit
that referenced
this issue
Jan 23, 2019
…mand fixes #5703 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Stebalien
added a commit
that referenced
this issue
Jan 23, 2019
…mand fixes #5703 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Stebalien
added a commit
that referenced
this issue
Jan 23, 2019
…mand fixes #5703 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Stebalien
added a commit
that referenced
this issue
Feb 19, 2019
…mand fixes #5703 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Stebalien
added a commit
that referenced
this issue
Feb 19, 2019
…mand fixes #5703 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the interface-ipfs-core tests,
should fail with "found non-link at given path".
Currently, it returns
/ipfs/$CID
.Really, it should fail with "not a valid unixfs file". However, if we replace
/ipfs
with/ipld
, it still returns the same result. In that case, it should probably just return the entire path (IMO, it shouldn't error).However, neither of these fixes will make the JS tests pass.
The text was updated successfully, but these errors were encountered: