Failure scenarios when dealing with lambdas#5
Failure scenarios when dealing with lambdas#5pleschev wants to merge 4 commits intowalkmod:masterfrom
Conversation
|
testDontRemoveImportsUsedByLambdas() has been fixed by rpau/javalang-compiler#78 - Thank you testDontRemoveImportsUsedByLambdasExample2() should be fixed by rpau/javalang-compiler#79 testDontRemoveImportsUsedByLambdasExample3() is another failing scenario, not sure how to fix or recreate the problem in javalang-compiler. Guidance would be much appreciated |
|
@pleschev I have fixed the third issue here: rpau/javalang-compiler#81 The main components of this project are Now I will continue with the second issue (which the problem appears because the lambda is assigned into a variable). |
|
Thank you, much appreciated! |
|
Fixed here: rpau/javalang-compiler#82 |
Updating fork
Test case that shows code being cleaned up, when we'd expect it to be left alone.