You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So apparently we do that intentionally, for some reason? But we shouldn't?
Ping @forticulous, do you know whether there was a good reason that we should do it like this? (In this case, we should probably document it in extensions.md.) Or maybe it should be changed to a regular error instead? (I'm pinging you because of eb64530)
After encountering an error in
do_pass
, our implementation continues, and tries again to overwrite the file:However, the GNU implementation doesn't do that:
This seems to be due to the following code in
fn wipe_file
:So apparently we do that intentionally, for some reason? But we shouldn't?
Ping @forticulous, do you know whether there was a good reason that we should do it like this? (In this case, we should probably document it in
extensions.md
.) Or maybe it should be changed to a regular error instead? (I'm pinging you because of eb64530)Found while working on #5711
The text was updated successfully, but these errors were encountered: