login
Header Space

 
 

Re: [PATCH] Make the exit code of add_file_to_index actually useful

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Alex Riesen <raa.lkml@...>
Cc: Johannes Schindelin <Johannes.Schindelin@...>, Dirk <newsletter@...>, Git Mailing List <git@...>
Date: Monday, May 12, 2008 - 6:19 pm

Alex Riesen <raa.lkml@gmail.com> writes:


I would understand there can be some files that cannot be read.  But when
there is such a file, why is it Ok to ignore an error to update the
contents from that file if/when the user asks to index the current
contents, provided if the contents of that file is to be tracked?  Isn't
it the true cause of the problem that the file is being tracked but it
shouldn't?


Not checking the return code from this function that now diagnoses and
returns error code is a bug as you said, and the codebase after your patch
may not have that bug.

But mistakes happen.

That is why I am asking why it is Ok to sometimes ignore the error to
begin with.  If we do not need to ignore this condition, then new callers
have one less thing to worry about, and we would have one less cause of an
unnecessary bug.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Make the exit code of add_file_to_index actually..., Junio C Hamano, (Mon May 12, 6:19 pm)
speck-geostationary