Re: [PATCH 0/5] Provide better definitions of NULL

2024-10-14 Thread Alejandro Colomar
Hi Jason, You've recently touched code about C++ modules. Do you have any idea of why my changes may be introducing regressions in the tests? Have a lovely night! Alex On Sun, Oct 13, 2024 at 11:56:55PM GMT, Alejandro Colomar wrote: > Hi Joseph, > > On Fri, Oct 11, 2024 at 01:44:36PM GMT, Alej

Re: [PATCH 0/5] Provide better definitions of NULL

2024-10-14 Thread Joseph Myers
On Sun, 13 Oct 2024, Alejandro Colomar wrote: > There are some regressions. Below is the diff of .sum files. In the > .log files, I see some errors saying `CRC mismatch`. Did I do anything > wrong? I am not familiar with the C++ modules implementation and do not have any suggestions for why c

Re: [PATCH 0/5] Provide better definitions of NULL

2024-10-13 Thread Alejandro Colomar
Hi Joseph, On Fri, Oct 11, 2024 at 01:44:36PM GMT, Alejandro Colomar wrote: > Hi, > > This is just an untested draft. If there's rough agreement that this is > wanted, I'll test it, write changelog, etc. > > The intention of this change is to help improve the common C/C++ > language subset, pro

[PATCH 0/5] Provide better definitions of NULL

2024-10-11 Thread Alejandro Colomar
Hi, This is just an untested draft. If there's rough agreement that this is wanted, I'll test it, write changelog, etc. The intention of this change is to help improve the common C/C++ language subset, promoting the use of NULL in both languages as the null pointer constant, expanding to nullptr