Max Haughton

Results 103 comments of Max Haughton

As `foo3.bar` is the simplest bijective mapping it's fairly easy prey for interprocedural analysis - I'm not all that familiar with LLVM but that could be why it does it...

> > Is it even valid code? > > Yes, see the [DIP](https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1034.md#interaction-with-other-language-features) Good good, was just asking to be idiot-checked.

Nice. I don't really have time for much DMD stuff these days but I'll try and help you get that reviewed and merged @dkorpel On Sun, 7 Apr 2024, 20:23...

Still pursuing at some point although set back by the amount of work that needs doing to it overall On Sun, 15 Jan 2023, 15:02 Iain Buclaw, ***@***.***> wrote: >...

two things: 1. This thing about the number switches isn't quite right. Switches that change behaviour should be minimised, aggressively (e.g. I think betterC being a flag rather than a...

> What about when the element type is not plain old data as mentioned in the changelog: https://github.com/dlang/dmd/pull/14562/files#diff-a773cf7a39af2594f4e2e4f8aa41047d2b2f10a8558a5f0cb1c7d4c86f6d0304R23 As-if rule may be useful

dub is already too complicated, surely this could go entirely, surely? I can't think of a time when I've wanted my package manager to lint

> @maxhaton most language ecosystems I've interacted with in recent years, what you would typically call package manager has evolved into a task runner and/or even a simple build system...

IIRC This is fixed.