-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
JsPath.prune should not repath on success #171
Comments
A similar combination can be achieved with
|
On second thought I think that the real issue is that |
Better to first discuss it, until then this one can hardly be actionable. Best regards. |
Play JSON Version (2.5.x / etc)
2.6.9
API (Scala / Java / Neither / Both)
Scala
Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
macOS 10.13.6
JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
Library Dependencies
N/A
Expected Behavior
Should evaluate to:
Actual Behavior
It evaluates to:
The issue is that prune is effectively repathing the result and so it does not compose properly with subsequent
Reads
. It makes sense to use the path in the error cases but not success.Reproducible Test Case
See above.
The text was updated successfully, but these errors were encountered: