October 05, 2020
On Monday, 5 October 2020 at 13:56:51 UTC, notna wrote:
> On Monday, 5 October 2020 at 09:17:13 UTC, Andrej Mitrovic wrote:
>> [...]
>
> Well, the "signature" topic is a constantly reoccurring issue and you can find plenty complains in the news group / forum... some examples:
> - https://forum.dlang.org/post/mailman.3930.1592291554.31109.digitalmars-d-bugs@puremagic.com
> - https://forum.dlang.org/post/mailman.2853.1587904820.31109.digitalmars-d-bugs@puremagic.com
>
> [...]

I thought someone proposed to enhance the error message with the info about the update command.

This would be a starting point and easy to implement.

Kind regards
Andre
October 11, 2020
On Saturday, 26 September 2020 at 21:45:09 UTC, Martin Nowak wrote:
> Glad to announce D 2.094.0, ♥ to the 49 contributors.
>
> This release comes with faster compiler binaries (built with ldc), direct git dependencies in dub, better type checking of vectors, and improved template instantiation diagnostics.
>
> http://dlang.org/download.html
> http://dlang.org/changelog/2.094.0.html
>
> -Martin

Binaries took a while to hit Arch repositories, but now they did and I'm immediately pleasantly surprised.

2.093.1:
$ time dub build -c dev
> Performing "debug" build using dmd for x86_64.
> [...]
> max memory:                3598 MB

2.094.0:
$ time dub build -c dev
> Performing "debug" build using dmd for x86_64.
> [...]
> max memory:                3277 MB

Is it because of dmd being built with ldc?
October 11, 2020
On Sunday, 11 October 2020 at 15:52:19 UTC, Anonymouse wrote:
> On Saturday, 26 September 2020 at 21:45:09 UTC, Martin Nowak Binaries took a while to hit Arch repositories, but now they did and I'm immediately pleasantly surprised.
>
> 2.093.1:
> $ time dub build -c dev
>> Performing "debug" build using dmd for x86_64.
>> [...]
>> max memory:                3598 MB
>
> 2.094.0:
> $ time dub build -c dev
>> Performing "debug" build using dmd for x86_64.
>> [...]
>> max memory:                3277 MB
>
> Is it because of dmd being built with ldc?

No. It's because the AST has been optimized.
1 2 3 4
Next ›   Last »