-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Remove all uses of crash!
#5487
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
Comments
Awesome work here everyone! Just a couple of uses left! |
I tried to run the
|
@allaboutevemirolive I get the same error on my local machine whereas it works fine in the CI. On my machine it is because |
Should we make a separate issue for that? It seems unrelated to this one |
What concerns me is; why this error did not trigger repo CI? @tertsdiepraam |
I'd love to discuss that in another issue :) (It's probably like @cakebaker said because of the filesystem in the CI being different) |
Completed in #7084 with the removal of the |
The
crash!
macro is a leftover from old error handling in this project. We should always useUError
andshow!
now.Here are all uses of
crash!
: https://github.com/search?q=repo%3Auutils%2Fcoreutils%20crash!&type=codeWe can tackle each of these in separate PRs. Make sure not to link those PRs to this issue (so don't write "closes #XXXX"), because that might close it prematurely. Only I've started here: https://github.com/search?q=repo%3Auutils%2Fcoreutils%20crash!&type=code
This is a good first issue if you're looking for one!
The text was updated successfully, but these errors were encountered: