-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
cursor.cursor('path') to immutable.List returns wrong cursor type #318
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
Comments
Thanks for the report (and the pull request) ((and your patience)). I'll dig into this and make sure this is fixed and incorporate your pr soon. |
Awesome! Thanks. |
I've being bitten by this as, well. I hope it will make into a release soon! |
Just ran into this, looking forward to the fix. |
+1 |
I posted a slightly revised fix here #381 which uses argument length since undefined might be a legitimate value. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
deepCursor will be KeyedCursor, not IndexedCursor, due to the way
subCursor()
callsmakeCursor()
and howmakeCursor()
checks for optional arguments.#297 fixes this issue.
The text was updated successfully, but these errors were encountered: