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 #3077

Open
wants to merge 1 commit into
base: default-value-literals
Choose a base branch
from

Conversation

leebyron
Copy link
Contributor

Depends on #3074

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.

While variable sources are not used directly here, they're used directly in #3065. This PR is pulled out as a pre-req to aid review

@leebyron leebyron force-pushed the variable-value-sources branch 2 times, most recently from a271cab to fdb733e Compare May 11, 2021 22:28
@leebyron leebyron force-pushed the default-value-literals branch 3 times, most recently from 13e3148 to 780cec2 Compare May 15, 2021 05:03
@leebyron leebyron force-pushed the variable-value-sources branch 2 times, most recently from f34abdd to 4b8c50a Compare May 15, 2021 06:40
@leebyron leebyron force-pushed the default-value-literals branch 2 times, most recently from 448367e to e2002dc Compare June 1, 2021 19:49
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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant