forked from ottypes/json0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 No-op
left
transforms where the inserted objects are identical
At the moment if you transform two identical `oi` ops by one another, you get a no-op in the `right` case, but the `left` case results in a "silly" op whose `od` value is identical to its `oi` value. `left` vs `right` should simply determine which op wins in a tie. Since the two ops are identical, the `right` scenario and `left` scenario should also be identical. This change updates the transform behaviour to check this case, and results in a no-op regardless of `left` or `right` if the two ops are performing identical `oi`.
- Loading branch information
1 parent
c391d9a
commit 5ed2ca1
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters