You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this too, and it's a problem that Xlsir is spawning an unmonitored process that can throw exceptions like this, which never recover since it's not linked. That needs to be fixed.
In the meantime, I have removed that exception from occurring in #98 so at least it avoids the exception.
I have an excel file with some bad data that crashes Xlsxir.stream_list in an uncatchable way.
Example: run
mix test
on https://github.com/benschenker/brokelixirIt fails with:
even though the call is wrapped in a try/rescue block, I have also tried catching :exit to no avail.
I'd love to put up a pr to fix this but after poking around a bit it feels like I may need a bit of guidance. Any assistance is appreciated.
The text was updated successfully, but these errors were encountered: