-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reusing Chainr instance produces incorrect transform
fixes #122 - Elements in the WalkedPath should be temporary / stack level, the bug was that that match method on LiteralPathElement was not making a copy of itself, and was instead reusing the same LiteralPathElement from the spec across multiple calls / threads.
- Loading branch information
1 parent
4672266
commit dc2e453
Showing
2 changed files
with
56 additions
and
2 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