Re: [RFC PATCH] docs: add some details about compilation units to coding style

2023-01-03 Thread Alessandro Di Federico via
Makes sense to me. Reviewed-by: Alessandro Di Federico On Tue, 3 Jan 2023 10:47:58 + Alex Bennée wrote: > +"Templates" and generated code > +== > + > +We make heavy use of C's macro facilities combined with multiple > +inclusion to generate code. This tends to

[RFC PATCH] docs: add some details about compilation units to coding style

2023-01-03 Thread Alex Bennée
The build-system documentation remains the canonical description of how the whole build system goes together. However we should at least reference the fact that we use conditional compilation in the coding style document which I assume is the first document a potential contributor actually reads (i