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 JIT of matchy calls #1230

Merged
merged 7 commits into from
Dec 17, 2024

normalize: do normalize some times

af782ba
Select commit
Loading
Failed to load commit list.
Merged

Fix JIT of matchy calls #1230

normalize: do normalize some times
af782ba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 0s

82.27% (+0.02%) compared to 425215f

View this Pull Request on Codecov

82.27% (+0.02%) compared to 425215f

Details

Codecov Report

Attention: Patch coverage is 88.52459% with 7 lines in your changes missing coverage. Please review.

Project coverage is 82.27%. Comparing base (425215f) to head (af782ba).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...se/src/main/java/org/aya/normalize/Normalizer.java 64.28% 4 Missing and 1 partial ⚠️
...org/aya/compiler/serializers/MatchySerializer.java 96.55% 0 Missing and 1 partial ⚠️
.../org/aya/compiler/serializers/TermExprializer.java 92.30% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1230      +/-   ##
============================================
+ Coverage     82.25%   82.27%   +0.02%     
- Complexity     3747     3754       +7     
============================================
  Files           338      338              
  Lines         11125    11155      +30     
  Branches       1298     1301       +3     
============================================
+ Hits           9151     9178      +27     
- Misses         1279     1280       +1     
- Partials        695      697       +2     

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