JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

Adjust to upcoming julia lowering change #592

Closed Keno closed 9 months ago

Keno commented 9 months ago

See https://github.com/JuliaLang/julia/pull/51590.

codecov[bot] commented 9 months ago

Codecov Report

Merging #592 (96bf6d5) into master (6da0b26) will decrease coverage by 0.09%. Report is 1 commits behind head on master. The diff coverage is 63.63%.

@@            Coverage Diff             @@
##           master     #592      +/-   ##
==========================================
- Coverage   86.63%   86.55%   -0.09%     
==========================================
  Files          12       12              
  Lines        2537     2543       +6     
==========================================
+ Hits         2198     2201       +3     
- Misses        339      342       +3     
Files Coverage Δ
src/interpret.jl 79.02% <63.63%> (-0.42%) :arrow_down:
aviatesk commented 9 months ago

We've observed the intermittent errors in the v1 and nightly CI, which we're aware of but haven't investigated into yet. Given this, I think we can just proceed with merging this PR.