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
Great job on this library, it parses my UDF ISOs perfectly.
I notice at the moment that the code has quite a lot of panics instead of returning errors when things go wrong. As such, the library panics if an invalid file is read with it.
Would you consider adding some error handling to your library so it is more robust?
Thanks so much!
Fotis
The text was updated successfully, but these errors were encountered:
Hey Vladimir,
Great job on this library, it parses my UDF ISOs perfectly.
I notice at the moment that the code has quite a lot of
panics
instead of returning errors when things go wrong. As such, the library panics if an invalid file is read with it.Would you consider adding some error handling to your library so it is more robust?
Thanks so much!
Fotis
The text was updated successfully, but these errors were encountered: