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

Bad error messaged when executable not found #36

Open
bazhenov opened this issue Sep 20, 2024 · 0 comments
Open

Bad error messaged when executable not found #36

bazhenov opened this issue Sep 20, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@bazhenov
Copy link
Owner

Now when tango can not found the baseline executable the error message is kind'a messy:

$ cargo bench -- compare not-existent-path
thread 'main' panicked at ....cargo/registry/src/index.crates.io-6f17d22bba15001f/tango-bench-0.6.0/src/dylib.rs:61:14:
called `Result::unwrap()` on an `Err` value: Unable to open library: not-existent-path

Caused by:
    dlopen(.../sandbox/sum/target/benches/not-existent-path, 0x0005): tried: '.../sandbox/sum/target/benches/not-existent-path' (no such file), '.../sandbox/sum/target/benches/not-existent-path' (no such file), '.../Developer/sandbox/sum/target/benches/not-existent-path' (no such file)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Because it is an easy error to make we need to easy to understand error message that explains what went wrong – which file is not found.

@bazhenov bazhenov added the good first issue Good for newcomers label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant