Skip to content
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

Fix some compiler errors to show more information. #497

Merged
merged 2 commits into from
Sep 7, 2024

Conversation

jemc
Copy link
Contributor

@jemc jemc commented Sep 6, 2024

These were a few errors that tripped me up in my latest round
of work, where I had to add more information to figure out
what was going on.

This PR adds that missing information.

`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.
These were a few errors that tripped me up in my latest round
of work, where I had to add more information to figure out
what was going on.

This PR adds that missing information.
@jemc jemc self-assigned this Sep 6, 2024
@jemc jemc merged commit d59b999 into main Sep 7, 2024
8 checks passed
@jemc jemc deleted the fix/some-error-messages branch September 7, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant