JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

Remove buggy linearization pass #604

Closed vtjnash closed 6 months ago

vtjnash commented 7 months ago

There is only one bug in the base linearization pass that needs to be handled explicitly, otherwise linearization is fully guaranteed for IR.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (1efae18) 85.22% compared to head (5a33e9c) 83.38%.

Files Patch % Lines
src/interpret.jl 87.50% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #604 +/- ## ========================================== - Coverage 85.22% 83.38% -1.84% ========================================== Files 12 12 Lines 2586 2378 -208 ========================================== - Hits 2204 1983 -221 - Misses 382 395 +13 ```

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