Thread (247 messages) flat view 247 messages, 9 authors, 2021-12-11

Re: [PATCH 10/15] scalar: implement the `run` command

From: Johannes Schindelin <hidden>
Date: 2021-09-03 15:50:11

Hi Ævar,

On Tue, 31 Aug 2021, Ævar Arnfjörð Bjarmason wrote:
On Mon, Aug 30 2021, Derrick Stolee via GitGitGadget wrote:
quoted
+	const char *usagestr[] = { NULL, NULL };
Missing usage strings?
This command will show a generated usage, i.e. a non-static string. It
therefore cannot be specified here already. See the `strbuf_*()` calls
populating `buf` and the `usagestr[0] = buf.buf;` assignment.
quoted
+	if (argc == 0)
Style nit (per style guide): s/argc == 0/!argc/g.
It is true that we often do this, but in this instance it would be
misleading: `argc` is a counter, not a Boolean.
quoted
+	if (!strcmp("all", argv[0]))
+		i = -1;
Style nit (per style guide): missing braces here.
The style guide specifically allows my preference to leave single-line
blocks without curlies.

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