We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tracking issue for jsonpatch feature dependencies and compile issues when using latest versions of all these
jsonpatch
we depend on:
jsonptr
Problem: jsonpatch @ 2.0.0 depends on jsonptr 0.4.7. We cannot bump jsonptr until jsonpatch bumps its pin of jsonptr.
In particular, the operations depend on Pointer which has changed.
Pointer
If you see compile errors when using latest, this is expected. Pin jsonptr to 0.4.7 for now.
The text was updated successfully, but these errors were encountered:
Update json-patch to 2.0.0 (#1507)
5aa8f83
Signed-off-by: song <tinysong1226@gmail.com>
Successfully merging a pull request may close this issue.
tracking issue for
jsonpatch
feature dependencies and compile issues when using latest versions of all thesewe depend on:
jsonptr
@ 0.4.7 - not latest - they have made breaking changes (see failures in Update jsonptr requirement from 0.4.7 to 0.5.1 #1537) without much in the changelog)jsonpatch
@ 2.0.0 (currently latest)Problem: jsonpatch @ 2.0.0 depends on jsonptr 0.4.7. We cannot bump
jsonptr
untiljsonpatch
bumps its pin ofjsonptr
.In particular, the operations depend on
Pointer
which has changed.If you see compile errors when using latest, this is expected. Pin jsonptr to 0.4.7 for now.
The text was updated successfully, but these errors were encountered: