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

Clean up the error reporting in the cargo clippy code #1329

Closed
oli-obk opened this issue Nov 8, 2016 · 1 comment
Closed

Clean up the error reporting in the cargo clippy code #1329

oli-obk opened this issue Nov 8, 2016 · 1 comment
Labels
L-style Lint: Belongs in the style lint group

Comments

@oli-obk
Copy link
Contributor

oli-obk commented Nov 8, 2016

Currently we panic in arbitrary places that may or may not have to do with user input. Instead we should move to Result based error reporting for all the cases we consider reachable and not print a stacktrace but a nice error message instead (and call process::exit with a nonzero exit code).

@oli-obk oli-obk added the L-style Lint: Belongs in the style lint group label Nov 8, 2016
@camsteffen
Copy link
Contributor

Closing as obsolete since much has changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L-style Lint: Belongs in the style lint group
Projects
None yet
Development

No branches or pull requests

2 participants