MasonProtter / Bumper.jl

Bring Your Own Stack
MIT License
152 stars 6 forks source link

Remove StaticCompilerExt #31

Closed MasonProtter closed 8 months ago

MasonProtter commented 8 months ago

I'm working on making Bumper.jl a direct dependancy of StaticTools.jl, but that causes problems with StaticCompiler because StaticTools is a dependancy of StaticCompiler, which then creates a circular dependency, so this needs to be removed.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (515a4dd) 93.75% compared to head (7e46946) 98.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 93.75% 98.68% +4.93% ========================================== Files 5 4 -1 Lines 160 152 -8 ========================================== Hits 150 150 + Misses 10 2 -8 ```

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