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

use unmarked val when Transform walks object attrs #185

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

jbardin
Copy link
Contributor

@jbardin jbardin commented Jul 15, 2024

When descending into an object inside a Transformer, the marks from the outer object should not be applied to the attribute values. This follows the pattern used in other collection types, and ensures marks are stable across multiple transformations.

When descending into an object inside a Transformer, the marks from the
outer object should not be applied to the attribute values. This follows
the pattern used in other collection types, and ensures marks are stable
across multiple transformations.
@apparentlymart
Copy link
Collaborator

This looks good to me. Thanks!

@apparentlymart apparentlymart merged commit 043bf38 into zclconf:main Jul 15, 2024
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.

2 participants