JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

add support for preset `current_scope` #619

Closed aviatesk closed 3 months ago

aviatesk commented 3 months ago

There are cases where we invoke JuliaInterpreter from a context with some scope is set (e.g. @test_logs (...) (@interpret ...)).

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 82.65%. Comparing base (55e33d0) to head (59b0fb8).

Files Patch % Lines
src/interpret.jl 0.00% 6 Missing :warning:
src/builtins.jl 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #619 +/- ## ========================================== - Coverage 82.78% 82.65% -0.14% ========================================== Files 12 12 Lines 2399 2398 -1 ========================================== - Hits 1986 1982 -4 - Misses 413 416 +3 ```

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