Message ID | pull.1485.v2.git.1677197376.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Header cleanups | expand |
Hi Elijah, On Fri, 24 Feb 2023, Elijah Newren via GitGitGadget wrote: > * Big props to Dscho for gitgitgadget; being able to test on a bunch of > platforms with a variety of configurations easily is a big win in general > but especially for series like this one. Thank you so much! It is gratifying to see my hard work bring benefit to this project and its contributors. Ciao, Johannes
"Elijah Newren via GitGitGadget" <gitgitgadget@gmail.com> writes: > This series cleans up headers a bit, trying to remove excessive dependency > on "cache.h". I created this series a while ago, but decided to clean it up > and submit it due to Emily's recent thread and suggestion that this might be > helpful to their efforts[1]. [snip] > [1] Search for "Extremely yes" in > https://lore.kernel.org/git/CAJoAoZm+TkCL0Jpg_qFgKottxbtiG2QOiY0qGrz3-uQy+=waPg@mail.gmail.com/ Thanks, the series looks good. I especially appreciated the separating out of alloc.h and moving function declarations to the .h of the same name as the .c file their definition is found in.
On Fri, Feb 24, 2023 at 4:10 PM Jonathan Tan <jonathantanmy@google.com> wrote: > > "Elijah Newren via GitGitGadget" <gitgitgadget@gmail.com> writes: > > This series cleans up headers a bit, trying to remove excessive dependency > > on "cache.h". I created this series a while ago, but decided to clean it up > > and submit it due to Emily's recent thread and suggestion that this might be > > helpful to their efforts[1]. > > [snip] > > > [1] Search for "Extremely yes" in > > https://lore.kernel.org/git/CAJoAoZm+TkCL0Jpg_qFgKottxbtiG2QOiY0qGrz3-uQy+=waPg@mail.gmail.com/ > > Thanks, the series looks good. Thanks for the reviews! > I especially appreciated the separating > out of alloc.h and moving function declarations to the .h of the same > name as the .c file their definition is found in. There are several more cases where we could do this, but my series was already long enough and I wanted to get it reviewed (and make sure others agreed with the directions) before adding more. I'm glad you like this direction, since I'd really like to move more things this way.
On 2/23/2023 7:09 PM, Elijah Newren via GitGitGadget wrote: > Changes since v1: > > * Fixed a bad squash; moved the changes to the right commit > * More thorough justification in the commit message for the 2nd commit > * Removed an accidental added include of gettext.h (the file was used, but > it makes it harder to review that patch) > * Add some explanation of surprising changes to commit messages > * Add a new commit which removes the include of hex.h from cache.h, and > instead makes C files include it directly, as suggested by Stolee I'm happy with these updates. Thanks for the series! -Stolee