[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v1 5/5] CODING_STYLE: add .clang-format
On 01/12/2022 10:44, Juergen Gross wrote: On 01.12.22 11:12, Julien Grall wrote:We might want to add a comment to xs_wire.h like the one in ring.h in order todocument the requirement of the type definition of uint32_t.The problem with this approach is you made more difficult for any userspace application to use the headers. So I would argue that the Linux copy can remove "stdint.h" if needed.Today there is exactly one public header including stdint.h, and I'd argue that this was a mistake. xs_wire.h is especially rather uninteresting for any user space application but a Xenstore implementation. All consumers of xs_wire.h are probablyeither in the Xen tree, or operating system kernels. User space applicationsshould use libxenstore for accessing the Xenstore, so I don't see an advantage in breaking the usual philosophy of the Xen public headers NOT including external headers like stdint.h. I think Edwin example is a pretty good justification for including stdint.h. If you have a coding style requiring to order header alphabetically, then the developer may not even be able to include stdint.h without any hackery (e.g. introducing a header that will always be before the Xen public headers). Cheers, -- Julien Grall
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |