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

clean up imports and make them explicit #614

Closed aviatesk closed 7 months ago

aviatesk commented 7 months ago

Using ExplicitImports.jl. Hopefully this makes it more explicit what are imported into JET's namespace.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 89.42%. Comparing base (56520e0) to head (25df85e).

Files Patch % Lines
src/abstractinterpret/typeinfer.jl 85.71% 1 Missing :warning:
src/analyzers/jetanalyzer.jl 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #614 +/- ## ======================================= Coverage 89.42% 89.42% ======================================= Files 10 10 Lines 3008 3008 ======================================= Hits 2690 2690 Misses 318 318 ```

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