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

Externalize builtins and fix bugs #637

Merged
merged 10 commits into from
Oct 13, 2024

update

4040e7a
Select commit
Loading
Failed to load commit list.
Merged

Externalize builtins and fix bugs #637

update
4040e7a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 0s

87.94% (+0.15%) compared to b8eba08

View this Pull Request on Codecov

87.94% (+0.15%) compared to b8eba08

Details

Codecov Report

Attention: Patch coverage is 93.47181% with 22 lines in your changes missing coverage. Please review.

Project coverage is 87.94%. Comparing base (b8eba08) to head (4040e7a).

Files with missing lines Patch % Lines
src/exo/extern.py 80.00% 4 Missing ⚠️
src/exo/parse_fragment.py 60.00% 4 Missing ⚠️
src/exo/pyparser.py 86.36% 3 Missing ⚠️
src/exo/API_cursors.py 75.00% 2 Missing ⚠️
src/exo/LoopIR_unification.py 33.33% 2 Missing ⚠️
src/exo/prec_analysis.py 91.30% 2 Missing ⚠️
src/exo/stdlib/inspection.py 33.33% 2 Missing ⚠️
src/exo/API.py 80.00% 1 Missing ⚠️
src/exo/LoopIR_compiler.py 95.45% 1 Missing ⚠️
src/exo/LoopIR_pprint.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #637      +/-   ##
==========================================
+ Coverage   87.78%   87.94%   +0.15%     
==========================================
  Files          84       86       +2     
  Lines       20721    20903     +182     
==========================================
+ Hits        18190    18383     +193     
+ Misses       2531     2520      -11     

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