-
Notifications
You must be signed in to change notification settings - Fork 19
Fails with records with deleted keys #29
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
ProjectFrank
added a commit
to ProjectFrank/deep-diff2
that referenced
this issue
Aug 30, 2022
ProjectFrank
added a commit
to ProjectFrank/deep-diff2
that referenced
this issue
Aug 30, 2022
ProjectFrank
added a commit
to ProjectFrank/deep-diff2
that referenced
this issue
Aug 30, 2022
This was referenced Aug 30, 2022
plexus
added a commit
that referenced
this issue
Sep 1, 2022
## Fixed - Fix issue (Fails with records with deleted keys)[#29]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #3, but applies to records with deletions. I believe this applies to both
deep-diff
anddeep-diff2
.This arises from invoking the record as a function in
diff-map
which works for maps, but not records since they don't automatically implementIFn
.I can put together a minimal repro and a PR in the next couple days.
The text was updated successfully, but these errors were encountered: