Thread (24 messages) flat view 24 messages, 3 authors, 2016-06-15

Re: [PATCHv10 01/10] receive-pack.c: shorten the execute_commands loop over all commands

From: Jonathan Nieder <hidden>
Date: 2016-06-15 23:03:23

Stefan Beller wrote:
quoted hunk ↗ jump to hunk
--- a/builtin/receive-pack.c
+++ b/builtin/receive-pack.c
[...]
quoted hunk ↗ jump to hunk
@@ -1077,27 +1100,15 @@ static void execute_commands(struct command *commands,
[...]
+	if (shallow_update)
+		assure_connectivity_checked(commands, si);
Looking at this code alone, it seems like assure_connectivity_checked()
is going to ensure that connectivity was checked, so that I can assume
connectivity going forward.  But the opposite is true --- it is a
safety check that prints a warning and doesn't affect what I can
assume.

The factored-out function fails in what it is meant to do, which is to
save the reader of execute_commands from having to look at the
implementation of the parts they are not interested in.

Would something like warn_if_skipped_connectivity_check() make sense?

Jonathan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help