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

Add ApplyUsingTree that represents context parameter application #2464

Closed
wants to merge 2 commits into from

Conversation

tanishiking
Copy link
Member

Close #2460

Added Scala's Synthetic part:
Screen Shot 2021-09-05 at 16 40 24

@tanishiking
Copy link
Member Author

FYI @bishabosha

@@ -1038,6 +1038,7 @@ message Tree {
OriginalTree original_tree = 6;
SelectTree select_tree = 7;
TypeApplyTree type_apply_tree = 8;
ApllyUsingTree apply_using_tree = 9;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
ApllyUsingTree apply_using_tree = 9;
ApllyContextTree apply_using_tree = 9;

maybe? Using feels a bit too general. What do you think @olafurpg ?

@@ -1038,6 +1038,7 @@ message Tree {
OriginalTree original_tree = 6;
SelectTree select_tree = 7;
TypeApplyTree type_apply_tree = 8;
ApllyUsingTree apply_using_tree = 9;
Copy link
Contributor

Choose a reason for hiding this comment

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

didn't read the entire pr, but isn't there a typo here?

@tanishiking tanishiking closed this May 8, 2022
@tanishiking tanishiking deleted the add-apply-using-tree branch May 8, 2022 03:47
@tanishiking
Copy link
Member Author

Closing as I don't have a plan to go with this change in the neqr future

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.

Improve the Synthetic's tree so it can represent the context param application (with using)
3 participants