aeckert
Results
2
issues of
aeckert
https://github.com/stefankoegl/python-json-patch/blob/7b664c4dbe05e24abfc031850b9396d0b61296fd/tests.py#L329-L338 Is there ongoing work to fix this issue? This lib is much nicer than alternatives, but the sub-optimal diffing makes it unusable for my use case.
I have a case where I have a bunch of templated classes that have potentially expensive operator() implementations. However, due to how we collapse names, we never collapse any operators...