Re: [i18n] Gettext 1.0.1 released

2022-07-21 Thread Ogi via Digitalmars-d-announce
On Wednesday, 20 July 2022 at 09:27:01 UTC, Bastiaan Veelo wrote: That is not right. Are you developing a library or an application? Hmm, I got it working by explicitly setting `targetType` to `executable`. It seems configuration recommended by Readme breaks Dub’s automatic target

Re: Godbolt now shows optimization pipeline steps for LDC

2022-07-21 Thread Ola Fosheim Grøstad via Digitalmars-d-announce
On Thursday, 21 July 2022 at 17:58:17 UTC, Johan wrote: Godbolt now shows optimization pipeline steps for LDC, giving great insight into the LLVM optimization process, including Thanks for pointing this out, this was fun!

Godbolt now shows optimization pipeline steps for LDC

2022-07-21 Thread Johan via Digitalmars-d-announce
Godbolt now shows optimization pipeline steps for LDC, giving great insight into the LLVM optimization process, including some D-specific optimization passes (by LDC). See an example with D-specific optimization (GC to stack): https://d.godbolt.org/z/rjbEPaehn cheers, Johan

Re: [i18n] Gettext 1.0.1 released

2022-07-21 Thread Jesse Phillips via Digitalmars-d-announce
Nice. I've really enjoyed gettext in C# in my verification of an application without gettext usage.

Re: LDC 1.30.0

2022-07-21 Thread Christian Köstlin via Digitalmars-d-announce
On 2022-07-20 20:43, kinke wrote: Glad to announce LDC 1.30.0. Major changes: - Based on D 2.100.1. - LLVM for prebuilt packages bumped to v14.0.3. All target architectures supported by LLVM are enabled now. - Dropped LDC ltsmaster (v0.17.x) as supported host compiler. Like DMD, the min D