Diffractor.jl
Diffractor.jl copied to clipboard
adjustments to the latest master
Many adjustments...
Codecov Report
Attention: Patch coverage is 80.72289% with 32 lines in your changes are missing coverage. Please review.
Project coverage is 54.83%. Comparing base (
6c9048c) to head (058aa57). Report is 60 commits behind head on main.
| Files | Patch % | Lines |
|---|---|---|
| src/stage2/interpreter.jl | 47.36% | 10 Missing :warning: |
| src/codegen/reverse.jl | 43.75% | 9 Missing :warning: |
| src/stage1/recurse_fwd.jl | 92.30% | 7 Missing :warning: |
| src/jet.jl | 70.00% | 3 Missing :warning: |
| src/stage1/compiler_utils.jl | 80.00% | 2 Missing :warning: |
| src/stage1/recurse.jl | 90.90% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #284 +/- ##
==========================================
- Coverage 55.29% 54.83% -0.46%
==========================================
Files 28 27 -1
Lines 2917 2945 +28
==========================================
+ Hits 1613 1615 +2
- Misses 1304 1330 +26
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This branch now passes tests for me on master with:
- https://github.com/JuliaLang/julia/pull/53875
- https://github.com/JuliaLang/julia/pull/53876
- https://github.com/JuliaLang/julia/pull/53877
- https://github.com/JuliaLang/julia/pull/53878
I will give them reviews quickly.
It's really nice to have tests passing on the stable version!