On Sun, Oct 13, 2024 at 03:46:05AM +0000, Usman Akinyemi wrote: > On Sat, Oct 12, 2024 at 3:56 PM Taylor Blau <me@xxxxxxxxxxxx> wrote: > > > > Hi Usman, > > > > On Sat, Oct 12, 2024 at 11:21:13AM +0000, Usman Akinyemi wrote: > > > Hello, > > > > > > I was looking at some #leftoverbits which I can work on and I came > > > across this conversation. > > > https://public-inbox.org/git/CAC4O8c-nuOTS=a0sVp1603KaM2bZjs+yNZzdAaa5CGTNGFE7hQ@xxxxxxxxxxxxxx/ > > > > > > I followed the conversation and came accross > > > three instances where I think atoi can be > > > converted to strtol or strtol_i or parse_timestamp(). > > > These are the three files which I think the atoi can be > > > replaced with. > > > > This seems like a good #leftoverbits to use as an Outreachy > > contribution. From a brief skim, it looks like this is going in the > > right direction. > > > > But to get help from the rest of the list, please submit this change as > > a patch or patch series, following the instructions in: > > > > - Documentation/MyFirstContribution.txt, and > > - Documentation/SubmittingPatches > > > Thanks Taylor, I already went through these as I already sent my first > patch before. Also, I already sent a patch as you suggested. Thank > you very much. > Usman Akinyemi. I must be missing something... I don't see any patches from you that touch e.g., merge-ll.c, which is the first file you mention in this thread. Try searching the list archive for: f:'Usman Akinyemi' dfn:merge-ll.c Is this different from the other patches you have sent to the list? My apologies if I am missing something here. Thanks, Taylor