JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

Fix current_exceptions when called with backtrace=false (#757). #758

Closed Sacha0 closed 2 years ago

Sacha0 commented 2 years ago

Fixes #757, which contains a description of the issue, and strengthens associated tests. Best! :)

codecov[bot] commented 2 years ago

Codecov Report

Merging #758 (ad62e78) into master (79af07b) will decrease coverage by 0.05%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #758      +/-   ##
==========================================
- Coverage   78.41%   78.35%   -0.06%     
==========================================
  Files           4        4              
  Lines         630      633       +3     
==========================================
+ Hits          494      496       +2     
- Misses        136      137       +1     
Impacted Files Coverage Δ
src/Compat.jl 78.30% <85.71%> (-0.07%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79af07b...ad62e78. Read the comment docs.

Sacha0 commented 2 years ago

Thanks for reviewing Chris! I hope you're doing well! :)