Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify error handling: remove panics, esp. file I/O #2

Open
mLaHire opened this issue Sep 12, 2024 · 0 comments
Open

Unify error handling: remove panics, esp. file I/O #2

mLaHire opened this issue Sep 12, 2024 · 0 comments
Labels
rough Needs refining

Comments

@mLaHire
Copy link
Owner

mLaHire commented Sep 12, 2024

Remove calls to panic!(), in src/lib.rs load_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(?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rough Needs refining
Projects
None yet
Development

No branches or pull requests

1 participant