On 6/1/2022 3:19 PM, Ævar Arnfjörð Bjarmason wrote: > > On Wed, Jun 01 2022, Derrick Stolee via GitGitGadget wrote: > >> From: Derrick Stolee <derrickstolee@xxxxxxxxxx> >> >> + for (int i = 0; i < remote->url_nr; i++) > > I think we're trying to avoid that bit of C99 in general use until > Junio's canary graduates. See 6563706568b (CodingGuidelines: give > deadline for "for (int i = 0; ...", 2022-03-30). Ah, thanks. I remembered that canary going out a long time ago, but forgot to check if we had committed to it. Thanks, -Stolee