stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
434 stars 94 forks source link

#119 #120 Fix make_patch() to avoid casting numeric string to int on item moved #122

Closed RyanSept closed 3 years ago

RyanSept commented 3 years ago

Addresses #119 #120

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.06%) to 65.846% when pulling f6b26b25805f1c01c3fae1495176cefac7d4a158 on RyanSept:119-120-fix-diffbuilder into a9a83b5aae65db3007fef8a4015f46e6e59d69c2 on stefankoegl:master.

stefankoegl commented 3 years ago

There seems to be an issue with a pypy build, but that seems unrelated to your pull request. I will have a closer look in the next days.

RyanSept commented 3 years ago

Thanks 🙌

stefankoegl commented 3 years ago

Thanks :)