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
Hello,
I have tried to apply following patch:
[{"op":"test","path":"/missingAttr"}]
on json:
{"intAttr":10,"strAttr":"string"}
And it resulted in panic: runtime error: invalid memory address or nil pointer dereference:
With stack: /usr/local/go/src/runtime/panic.go:679 runtime.panicmem /usr/local/go/src/runtime/panic.go:199 runtime.sigpanic /usr/local/go/src/runtime/signal_unix.go:394 github.com/evanphx/json-patch.newLazyNode .../go/pkg/mod/github.com/evanphx/[email protected]+incompatible/patch.go:61 github.com/evanphx/json-patch.Patch.ApplyIndent .../go/pkg/mod/github.com/evanphx/[email protected]+incompatible/patch.go:752 github.com/evanphx/json-patch.Patch.Apply .../go/pkg/mod/github.com/evanphx/[email protected]+incompatible/patch.go:718 cm-backend/server/api.processJsonPatch ....
Expectation was to see an error.
The text was updated successfully, but these errors were encountered:
it seems it's fixed an can be closed
Sorry, something went wrong.
No branches or pull requests
Hello,
I have tried to apply following patch:
[{"op":"test","path":"/missingAttr"}]
on json:
{"intAttr":10,"strAttr":"string"}
And it resulted in panic:
runtime error: invalid memory address or nil pointer dereference:
With stack:
/usr/local/go/src/runtime/panic.go:679
runtime.panicmem
/usr/local/go/src/runtime/panic.go:199
runtime.sigpanic
/usr/local/go/src/runtime/signal_unix.go:394
github.com/evanphx/json-patch.newLazyNode
.../go/pkg/mod/github.com/evanphx/[email protected]+incompatible/patch.go:61
github.com/evanphx/json-patch.Patch.ApplyIndent
.../go/pkg/mod/github.com/evanphx/[email protected]+incompatible/patch.go:752
github.com/evanphx/json-patch.Patch.Apply
.../go/pkg/mod/github.com/evanphx/[email protected]+incompatible/patch.go:718
cm-backend/server/api.processJsonPatch
....
Expectation was to see an error.
The text was updated successfully, but these errors were encountered: