JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

remove old compats #598

Closed aviatesk closed 7 months ago

aviatesk commented 7 months ago

The version compat is >=1.6, so we can expect ReturnNode and GotoIfNot are defined in Core always. This should be good to go as far as 1.6 CI passes.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (15ad1c7) 84.29% compared to head (6e142df) 84.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #598 +/- ## ========================================== + Coverage 84.29% 84.65% +0.36% ========================================== Files 12 12 Lines 2400 2379 -21 ========================================== - Hits 2023 2014 -9 + Misses 377 365 -12 ```

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

aviatesk commented 7 months ago

Going to merge as the 1.6 CI went successfully on this branch.