JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

some updates required for Julia v1.11 #615

Closed vtjnash closed 3 months ago

vtjnash commented 4 months ago

not yet passing, but fixes many of the issues

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 46.51163% with 46 lines in your changes are missing coverage. Please review.

Project coverage is 85.13%. Comparing base (8043dbc) to head (eae07f9).

Files Patch % Lines
src/builtins.jl 17.30% 43 Missing :warning:
src/utils.jl 87.50% 2 Missing :warning:
src/interpret.jl 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #615 +/- ## ========================================== + Coverage 82.71% 85.13% +2.41% ========================================== Files 12 12 Lines 2401 2610 +209 ========================================== + Hits 1986 2222 +236 + Misses 415 388 -27 ```

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

aviatesk commented 3 months ago

I'm trying to fix the remaining test failures by #619 (hopefully).

aviatesk commented 3 months ago

CI is green on all versions except the nightly 🎉