[SAOC 2025] Improve importC Weekly Update #2
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Mon Sep 29 13:42:27 UTC 2025
On 30/09/2025 2:23 AM, Emmanuel wrote:
> On Monday, 29 September 2025 at 12:51:59 UTC, jmh530 wrote:
>> On Monday, 29 September 2025 at 08:51:00 UTC, Emmanuel wrote:
>>> Hi everyone,
>>>
>>> This week, I had a long run with issue 20092 working to make compound
>>> literals fully work in importC and it has been successfully fixed and
>>> merged.
>>>
>>> [...]
>>
>> Thanks. Do you know if the test suite includes C projects?
>
> Yes, I think. there are C files being run by DMD in compilable and
> runnable tests.
> even in fail compilations as well.
>
> I don't really get what you mean by `C projects` but C files are being
> tested.
Projects like sljit. We do this with D projects using the buildkite CI
test. But not with C.
This is one of the libraries I consider a requirement for ImportC to be
minimally operational.
https://github.com/dlang/dmd/issues/21891
https://github.com/dlang/dmd/issues/21890
ImportC is getting really close, but yes it would be nice if we could
track this with actual C projects being tested against.
More information about the Digitalmars-d
mailing list