-
Notifications
You must be signed in to change notification settings - Fork 8
Recursively merge all the things #6
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
Recursively merge all the things #6
Conversation
Dang. I see you just merged a refactor :) |
:'( Yeah. Sorry, I didn't know this was incoming! |
This might still be valuable, though: do those two tests fail without the rest of the patch? |
Those tests are required to verify https://github.com/steveklabnik/json-merge_patch/blob/master/lib/json/merge_patch.rb#L97 I just noticed that I could delete that line and nothing failed |
Right. Awesome. I had a feeling that I was missing some edge cases, but wasn't 100% sure. |
Let me rebase, master changed. |
There's no need to return nil for the special case obj.nil? since returning the object itself will do.
There you are sir |
Recursively merge all the things
Thank you very much! |
4.0 GPA 💯 🎉 |
See commits for details