JuliaIO / FileIO.jl

Main Package for IO, loading all different kind of files
http://juliaio.github.io/FileIO.jl/
Other
218 stars 81 forks source link

Limit output when printing errors #348

Closed timholy closed 3 years ago

timholy commented 3 years ago

For some errors, the entire data set being saved can be printed to the terminal when an error is thrown. This reduces the output.

codecov[bot] commented 3 years ago

Codecov Report

Merging #348 (cc81783) into master (ba94b81) will decrease coverage by 0.12%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #348      +/-   ##
==========================================
- Coverage   87.34%   87.22%   -0.13%     
==========================================
  Files          10       10              
  Lines         656      681      +25     
==========================================
+ Hits          573      594      +21     
- Misses         83       87       +4     
Impacted Files Coverage Δ
src/error_handling.jl 81.81% <0.00%> (+1.81%) :arrow_up:
src/registry_setup.jl 95.76% <0.00%> (-0.64%) :arrow_down:
src/precompile.jl 0.00% <0.00%> (ø)
src/loadsave.jl 98.79% <0.00%> (+0.01%) :arrow_up:
src/deprecated.jl 47.91% <0.00%> (+0.09%) :arrow_up:
src/registry.jl 89.83% <0.00%> (+0.17%) :arrow_up:
src/query.jl 96.96% <0.00%> (+0.19%) :arrow_up:

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 ba94b81...cc81783. Read the comment docs.

timholy commented 3 years ago

Failure fixed in #349