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
Remove calls to panic!(), in src/lib.rsload_binary.rs and linker
Construct a graceful hierarchy of error propagation, and graceful retries, e.g., around file extensions; where file does not have an extension, first try file, and if it does not exist, try the appropriate extension then return an error(?).
The text was updated successfully, but these errors were encountered:
Remove calls to
panic!()
, insrc/lib.rs
load_binary.rs
andlinker
Construct a graceful hierarchy of error propagation, and graceful retries, e.g., around file extensions; where
file
does not have an extension, first tryfile
, and if it does not exist, try the appropriate extension then return an error(?).The text was updated successfully, but these errors were encountered: