Release D 2.104.0

2023-06-02 Thread Iain Buclaw via Digitalmars-d-announce
Glad to announce D 2.104.0, ♥ to the 38 contributors. This release comes with 11 major changes, including: - In the compiler, User Defined Attributes now parse template arguments. - In the standard library, `std.typecons.Rebindable` now supports all types - In dub, new properties

Re: valgrind 3.21.0 supports D demangling

2023-06-02 Thread user456 via Digitalmars-d-announce
On Friday, 2 June 2023 at 12:20:35 UTC, zoujiaqing wrote: On Thursday, 1 June 2023 at 13:01:44 UTC, user456 wrote: In case some would still pipe valgrind in ddemangle, be aware that this is not required anymore. Since [version 3.21.0], valgrind supports D demangling out of the box. [version

Re: valgrind 3.21.0 supports D demangling

2023-06-02 Thread zoujiaqing via Digitalmars-d-announce
On Thursday, 1 June 2023 at 13:01:44 UTC, user456 wrote: In case some would still pipe valgrind in ddemangle, be aware that this is not required anymore. Since [version 3.21.0], valgrind supports D demangling out of the box. [version 3.21.0]: https://valgrind.org/docs/manual/dist.news.html

Re: LDC 1.33.0-beta1

2023-06-02 Thread zoujiaqing via Digitalmars-d-announce
On Saturday, 13 May 2023 at 23:46:44 UTC, kinke wrote: Glad to announce the first beta for LDC 1.33. The single major change for now (since yesterday's v1.32.2) is the bump to D v2.103.1. Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.33.0-beta1

Re: valgrind 3.21.0 supports D demangling

2023-06-02 Thread Per Nordlöw via Digitalmars-d-announce
On Thursday, 1 June 2023 at 13:01:44 UTC, user456 wrote: In case some would still pipe valgrind in ddemangle, be aware that this is not required anymore. Since [version 3.21.0], valgrind supports D demangling out of the box. [version 3.21.0]: https://valgrind.org/docs/manual/dist.news.html

Re: valgrind 3.21.0 supports D demangling

2023-06-02 Thread psyscout via Digitalmars-d-announce
On Thursday, 1 June 2023 at 13:01:44 UTC, user456 wrote: In case some would still pipe valgrind in ddemangle... Great! Thanks for sharing!