You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, contains_item returns false for parts of keys. For example if there is something at /foo/bar/.zattrs it will only return true for the full path and not necessarily /foo only
Preferred solution
Possible alternatives
The text was updated successfully, but these errors were encountered:
Behavior should be the same between all stores (e.g., MemoryStore and DirectoryStore) - currently I think it is not as file.exists will return TRUE for a directory.
Also, behavior should be consistent with Python. If needed, we can add an argument like $contains_item(include_ancestors = FALSE)
User story
Currently, contains_item returns false for parts of keys. For example if there is something at
/foo/bar/.zattrs
it will only return true for the full path and not necessarily/foo
onlyPreferred solution
Possible alternatives
The text was updated successfully, but these errors were encountered: