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

Cherry pick raw and coerced variable refactor for 18.x branch #2861

Merged
merged 1 commit into from Jun 19, 2022

Conversation

dondonz
Copy link
Member

@dondonz dondonz commented Jun 16, 2022

Cherry picks the raw and coerced variable refactor changes in #2802, master commit 86d54438

Why is the base branch 18.x?

We'll be releasing a few bugfixes from this branch, to allow users to choose between bugfixes only or all master changes (to be released as v19). We're using the pull request format to keep track of changes

@bbakerman bbakerman added this to the 18.2 milestone Jun 19, 2022
@bbakerman bbakerman self-requested a review June 19, 2022 00:58
Copy link
Member

@bbakerman bbakerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍏

@@ -24,7 +25,7 @@ public class ExecutionInput {
private final GraphQLContext graphQLContext;
private final Object localContext;
private final Object root;
private final Map<String, Object> variables;
private final RawVariables rawVariables;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depending how aggressive you are in "sem ver" one could argue this is not a bug fix dues to the new API constructs. But since its backwards compat in all the places. Cool

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good point. This bugfix is tricky because it depended on the variables refactor. I figured it would be easier to cherry pick the refactor as well, rather than try crowbar the bugfix in alone

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.

None yet

2 participants