JuliaIO / JLD2.jl

HDF5-compatible file format in pure Julia
Other
547 stars 85 forks source link

Don't hide exception data during loading and saving #569

Closed Octogonapus closed 1 month ago

Octogonapus commented 1 month ago

This PR removes some rethrows which cause the real exception to be hidden (which makes using JLD2 more difficult because I don't know the real reason an exception happened).

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.95%. Comparing base (500cbd1) to head (7940a7a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #569 +/- ## ======================================= Coverage 86.94% 86.95% ======================================= Files 31 31 Lines 4321 4316 -5 ======================================= - Hits 3757 3753 -4 + Misses 564 563 -1 ```

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

JonasIsensee commented 1 month ago

Thanks! Not sure what I was thinking when writing those lines...