aviatesk / JET.jl

An experimental code analyzer for Julia. No need for additional type annotations.
https://aviatesk.github.io/JET.jl/dev/
MIT License
733 stars 29 forks source link

switch to using the internal code cache #611

Open aviatesk opened 7 months ago

aviatesk commented 7 months ago

Leverages JuliaLang/julia#52233 to use the internal code cache that comes with the inherent invalidation support.

Still requires:

codecov[bot] commented 7 months ago

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (56520e0) 89.42% compared to head (3f6d7c2) 88.74%.

Files Patch % Lines
src/abstractinterpret/typeinfer.jl 0.00% 23 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #611 +/- ## ========================================== - Coverage 89.42% 88.74% -0.68% ========================================== Files 10 10 Lines 3008 3031 +23 ========================================== Hits 2690 2690 - Misses 318 341 +23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.