Thread (10 messages) flat view 10 messages, 5 authors, 2016-06-15

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

From: Daniel Barkalow <hidden>
Date: 2016-06-15 22:44:19

On Sun, 2 Mar 2008, Johannes Schindelin wrote:
Hi,

On Sun, 2 Mar 2008, Alex Riesen wrote:
quoted
-			add_file_to_cache(path, verbose);
+			if (add_file_to_cache(path, verbose))
+				exit(1);
Does it really, really _have_ to be exit(1)?  I mean, now you block even 
the faintest chance that we can libify libgit.a by overriding die_routine.
It would be handy to have a die_no_message(), for cases like this where a 
function wants to print an error message but it's up to the caller whether 
to abort (in the contextually reasonable way).

	-Daniel
*This .sig left intentionally blank*
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help