JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

adapt to array changes in Julia base #596

Closed simeonschaub closed 7 months ago

simeonschaub commented 7 months ago

https://github.com/JuliaLang/julia/pull/51319 added and removed a lot of builtins. Adapt generate_builtins accordingly

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (7beca92) 86.54% compared to head (f06d82a) 82.56%. Report is 2 commits behind head on master.

Files Patch % Lines
src/builtins.jl 11.25% 71 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #596 +/- ## ========================================== - Coverage 86.54% 82.56% -3.99% ========================================== Files 12 12 Lines 2542 2437 -105 ========================================== - Hits 2200 2012 -188 - Misses 342 425 +83 ```

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

simeonschaub commented 7 months ago

CI is a bit of a :wastebasket::fire: rn, so review with care :grinning: