Thread (10 messages) 10 messages, 6 authors, 2022-07-11

Re: [PATCH] revision: mark blobs needed for resolve-undo as reachable

From: Derrick Stolee <hidden>
Date: 2022-06-13 18:45:46

On 6/9/2022 7:44 PM, Junio C Hamano wrote:
+	struct string_list *resolve_undo = istate->resolve_undo;
+
+	if (!resolve_undo)
+		return 0;
+
+	for_each_string_list_item(item, resolve_undo) {
I see this is necessary since for_each_string_list_item() does
not handle NULL lists. After attempting to allow it to handle
NULL lists, I see that the compiler complains about the cases
where it would _never_ be NULL, so that change appears to be
impossible.
 
The patch looks good. I liked the comments for the three phases
of the test.

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