The Future of D Runtime

Denis Feklushkin feklushkin.denis at gmail.com
Wed Jun 12 11:27:29 UTC 2024


On Wednesday, 12 June 2024 at 09:31:13 UTC, ryuukk_ wrote:
> On Wednesday, 12 June 2024 at 08:46:47 UTC, Denis Feklushkin 
> wrote:
>> On Tuesday, 11 June 2024 at 08:53:21 UTC, Adam Wilson wrote:
>>
>>> interface DI files out to a separate location. Maybe we could 
>>> do something like `windows.*`, `posix.*`, `macos.*`, `crt.*`?
>>
>> I proposed a radical solution that changes all this (but the 
>> community's opinion was polarized on it):
>>
>> https://github.com/dlang/dmd/pull/15887
>
> You introduce a makefile on top of a cryptic script to achieve 
> it, it is over engineered

Please, spend 5 minutes to understand how this script works. It 
just contains two cycles. On D in will be ~5 lines, I think

I also don't like Bash, but this is the only way to make code 
portable for all our supported platforms


More information about the Digitalmars-d mailing list