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

Preserve sources of variable values #3811

Merged
merged 4 commits into from
Sep 29, 2024

Commits on Sep 28, 2024

  1. Preserve sources of variable values

    By way of introducing type `VariableValues`, allows `getVariableValues` to return both the coerced values as well as the original sources, which are then made available in `ExecutionContext`.
    leebyron authored and yaacovCR committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a13d985 View commit details
    Browse the repository at this point in the history
  2. for consistency

    yaacovCR committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    aa1371f View commit details
    Browse the repository at this point in the history
  3. expose VariableValues

    breaking change, have to do it in v17 or would have to wait until v18
    yaacovCR committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c81c719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3e220d View commit details
    Browse the repository at this point in the history