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

Include dyn.Path as argument to the visit callback function #1260

Merged
merged 1 commit into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. Include dyn.Path as argument to the visit callback function

    This change means the callback supplied to `dyn.Foreach` can introspect the
    path of the value it is being called for. It also prepares for allowing
    visiting path patterns where the exact path is not known upfront.
    pietern committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    38ce6c0 View commit details
    Browse the repository at this point in the history