-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
fd does not expose exit status from --exec result #333
Comments
If you have any design suggestions I could put together a PR. I also took another look at what I was asking for and what I wanted. Would it be better to ignore how posix find defines |
Ok, so there are several things that we need to clarify/decide here:
|
I could not find an explicit reasoning behind the exit status change in the rational for adding It might have been because |
Exactly - see my comment in #274. As for the name, I kind of like |
Meaningful exit status is the biggest fail in the typical UNIX Ultimately, the fragility of |
@allenbenz @mcandre This has been implemented in #477. |
Released in v7.4.0. |
It would be helpful for error handling to be able to opt into
fd
returning a non-zero status when a utility invoked with--exec
returns a non-zero status.find
does this when the arguments of--exec
contain{} +
The text was updated successfully, but these errors were encountered: