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

Feature/refactor capturing #174

Merged

Conversation

kindlich
Copy link
Member

Depends on #173

@kindlich kindlich force-pushed the feature/refactor-capturing branch from e607ae4 to c2fd879 Compare September 14, 2024 21:48
final JavaExpressionVisitor lambdaBodyVisitor = new JavaLambdaBodyCapturingExpressionVisitor(context, module, functionWriter, javaMangler, className, expression);
final JavaStatementVisitor capturedStatementVisitor = new JavaStatementVisitor(context, lambdaBodyVisitor, javaMangler);
expression.body.accept(capturedStatementVisitor);
JavaExpressionVisitor withCapturedExpressionVisitor = new JavaExpressionVisitor(
Copy link
Member Author

Choose a reason for hiding this comment

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

💭 Thought: Who doesn't like a bit of nesting?

@@ -1,5 +1,4 @@
#disabled: Not part of the refactor
#output: 8
#output: 4
Copy link
Member Author

Choose a reason for hiding this comment

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

❓ Was this test wrong before?

@stanhebben stanhebben marked this pull request as ready for review October 4, 2024 19:52
@stanhebben stanhebben merged commit 63ee904 into feature/refactor-fix-more-tests Oct 4, 2024
0 of 2 checks passed
@kindlich kindlich deleted the feature/refactor-capturing branch October 4, 2024 21:19
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.

2 participants