-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
TraceData.Mutable
and TraceData.Mutator
.
`TraceData.Mutable` defines a standard way to mutate data inside of an object. Implementing this trait makes it easy to integrate with various mutators, such as those that populate config data or deserialize from various formats. For an example, see `spec/core/TraceData.Mutable.Spec.savi`, which demonstrates using a `TraceData.Mutator` to inject a value leaf at a specific string path in an arbitrary object tree.
- Loading branch information
Showing
6 changed files
with
523 additions
and
1 deletion.
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
Oops, something went wrong.