JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
162 stars 34 forks source link

adjust to the `:enter` IR changes made in JuliaLang/julia#52300 #599

Closed aviatesk closed 10 months ago

aviatesk commented 10 months ago

I don't expect this commit to fix the CI on :fire:, but since these changes are straightforward, we should be able to go ahead and merge this as is.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (9d50726) 82.53% compared to head (ac31b22) 85.22%. Report is 1 commits behind head on master.

Files Patch % Lines
src/interpret.jl 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #599 +/- ## ========================================== + Coverage 82.53% 85.22% +2.69% ========================================== Files 12 12 Lines 2439 2586 +147 ========================================== + Hits 2013 2204 +191 + Misses 426 382 -44 ```

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