refactor(var-declarations): remove unnecessary init parameter from insert_var#7668
Merged
graphite-app[bot] merged 1 commit intomainfrom Dec 5, 2024
Conversation
Contributor
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Member
Author
This was referenced Dec 5, 2024
init parameter from insert_var
c46aaa4 to
a3bd333
Compare
1124b35 to
1541969
Compare
a3bd333 to
f289f33
Compare
CodSpeed Performance ReportMerging #7668 will not alter performanceComparing Summary
|
1541969 to
0bd5333
Compare
f289f33 to
ffe659f
Compare
overlookmotel
approved these changes
Dec 5, 2024
Member
overlookmotel
left a comment
There was a problem hiding this comment.
This is all great. So much boilerplate code removed.
Thanks for splitting it into many small PRs - made it much easier to review.
Member
|
Oh bollocks. I screwed up and rebased this on main by accident. Oops! I'll sort it out once the downstack PRs are all merged. |
ffe659f to
963f0c5
Compare
d10496e to
eb0ba85
Compare
963f0c5 to
d2bd3fd
Compare
Member
Merge activity
|
…`insert_var` (#7668) If we want to pass `init`, we should use `insert_var_with_init`
overlookmotel
pushed a commit
that referenced
this pull request
Dec 5, 2024
eb0ba85 to
e8518e9
Compare
d2bd3fd to
3d593ec
Compare
Base automatically changed from
12-05-feat_transformer_var-declaration_add_insert_var_with_init_method
to
main
December 5, 2024 14:43
overlookmotel
added a commit
that referenced
this pull request
Dec 5, 2024
Follow-on after #7668. Rename `create_var*` methods to `create_uid_var*`. Previous method name `create_var` might suggest that it creates a binding with the provided name. But actually it creates a UID with name *based on* the name provided.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

If we want to pass
init, we should useinsert_var_with_init