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

Fix compiler crash when accessing previous parameter in default expression with lambda expression #41816

Merged
merged 17 commits into from
Apr 2, 2024

Fix review suggestions

3824057
Select commit
Loading
Failed to load commit list.
Merged

Fix compiler crash when accessing previous parameter in default expression with lambda expression #41816

Fix review suggestions
3824057
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 2, 2024 in 0s

76.56% (+76.56%) compared to 48a9e69

View this Pull Request on Codecov

76.56% (+76.56%) compared to 48a9e69

Details

Codecov Report

Attention: Patch coverage is 95.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 76.56%. Comparing base (48a9e69) to head (3824057).
Report is 17 commits behind head on master.

Files Patch % Lines
...llerinalang/compiler/desugar/ClosureGenerator.java 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master   #41816       +/-   ##
=============================================
+ Coverage      0.00%   76.56%   +76.56%     
- Complexity        0    53525    +53525     
=============================================
  Files             9     2905     +2896     
  Lines            35   202267   +202232     
  Branches          0    26336    +26336     
=============================================
+ Hits              0   154858   +154858     
- Misses           35    38924    +38889     
- Partials          0     8485     +8485     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.