-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Metadata contains :sci.impl/op key #555
Comments
I've added a failing test to illustrate the problem in 01c734f. Feel free to cherry-pick it in case you want to look at a fix, I might get around to looking more into this later today or tomorrow. |
@mk I'm getting:
on master (the |
Is this on CLJS or CLJ? |
OK, can reproduce by adding the failing tests, to branch: issue-555-meta-nested-maps |
@mk Note that these tests do pass:
so although there is an extra key, I can't reproduce your original issue. |
You're right, I'm just able to reproduce the behavior as above under 0.2.3 and 0.2.4 (like seen below) but not on master. I thought master was broken because of the test failure but it only failed because of the I've bisected and identified baf61ab as the commit that fixed it. So I think this can be closed as a duplicate of #546. Do you want me to maybe create an extra issue for removing the |
Let's just change the title of this issue... done. Feel free to update the original post. |
@mk Fixed! |
@borkdude thank you! |
version
master at e837435
problem
Extra
:sci.impl/op
key on metadata.repro
Changed description after #555 (comment), original issue here for context:
version
0.2.4 and
master at e837435problem
Metadata isn't preserved correctly on e.g. nested maps.
repro
The text was updated successfully, but these errors were encountered: