www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [SAOC 25] improve importC weekly update 12

reply Emmanuel <emmankoko519 gmail.com> writes:
hi everyone,

This week, I finalized on handling collisions in .di header 
generation for C code.

I worked on handling C identifiers that were D keywords that will 
cause troubles when being used from D.
I had to fight and test it well to ensure it was free of any 
hidden bugs.

Link to PR: https://github.com/dlang/dmd/pull/22154
Dec 08
parent Sergey <kornburn yandex.ru> writes:
On Monday, 8 December 2025 at 22:01:58 UTC, Emmanuel wrote:
 hi everyone,

 This week, I finalized on handling collisions in .di header 
 generation for C code.

 I worked on handling C identifiers that were D keywords that 
 will cause troubles when being used from D.
 I had to fight and test it well to ensure it was free of any 
 hidden bugs.

 Link to PR: https://github.com/dlang/dmd/pull/22154
Thank you!
Dec 08