hdf5-rust icon indicating copy to clipboard operation
hdf5-rust copied to clipboard

Call silence_errors for every thread

Open mulimoen opened this issue 2 years ago • 3 comments

Fixes error messages not being silenced in a multi-threaded setting as mentioned in https://github.com/aldanor/hdf5-rust/issues/155#issuecomment-1090189833

mulimoen avatar Apr 06 '22 20:04 mulimoen

  • Looks good!
  • Mention in the changelog?

(on a side note, I think we should switch to using once_cell... I guess this will be a part of a big overhaul once I get to it)

aldanor avatar Sep 28 '22 17:09 aldanor

Added an entry to the changelog

mulimoen avatar Sep 28 '22 19:09 mulimoen

I guess clippy needs to be fixed first in one of the PRs so we can rebase the rest on it and the builds are green?

aldanor avatar Sep 30 '22 01:09 aldanor