haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

Don't catch async exceptions in local code error handling. #331

Closed HuwCampbell closed 4 years ago

HuwCampbell commented 4 years ago

Prior code would suppress ctrl-c and throw to calls, leading to very strange results.

This is kind of just wrong.