JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
162 stars 34 forks source link

Adjust to upcoming compiler change #611

Closed Keno closed 7 months ago

Keno commented 7 months ago

The .inferred field is being removed in [1], so delete the assertion.

[1] https://github.com/JuliaLang/julia/pull/53219

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (011edf9) 85.06% compared to head (9dc52e0) 82.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #611 +/- ## ========================================== - Coverage 85.06% 82.77% -2.30% ========================================== Files 12 12 Lines 2537 2397 -140 ========================================== - Hits 2158 1984 -174 - Misses 379 413 +34 ```

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