Re: LDC 1.30.0

2022-07-20 Thread H. S. Teoh via Digitalmars-d-announce
On Wed, Jul 20, 2022 at 06:43:05PM +, kinke via Digitalmars-d-announce 
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 version for bootstrapping is v2.079 (or GDC v9.x) now.
> - Dropped support for LLVM < 9.
> - New LeakSanitizer support via `-fsanitize=leak`.
> - New prebuilt universal macOS package, runnable on both x86_64 and arm64,
> and enabling x86_64/arm64 macOS/iOS cross-compilation targets out of the
> box.
> 
> Full release log and downloads:
> https://github.com/ldc-developers/ldc/releases/tag/v1.30.0
> 
> Thanks to all contributors & sponsors!

Awesome stuff!  Thanks LDC team for all their hard work in continuing to
bring us a top-of-the-line D compiler!


--T


LDC 1.30.0

2022-07-20 Thread kinke via Digitalmars-d-announce

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 version for bootstrapping is v2.079 (or GDC 
v9.x) now.

- Dropped support for LLVM < 9.
- New LeakSanitizer support via `-fsanitize=leak`.
- New prebuilt universal macOS package, runnable on both x86_64 
and arm64, and enabling x86_64/arm64 macOS/iOS cross-compilation 
targets out of the box.


Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.30.0


Thanks to all contributors & sponsors!


Re: [i18n] Gettext 1.0.1 released

2022-07-20 Thread Bastiaan Veelo via Digitalmars-d-announce

On Tuesday, 19 July 2022 at 20:20:29 UTC, Ogi wrote:

Is this tested on Windows?


Yes, it is developed on Windows. Do the included tests work for 
you?



```
Target is a library. Skipping execution.
```
That is not right. Are you developing a library or an 
application? If you cannot get it to work, feel free to [open an 
issue](https://github.com/veelo/gettext/issues) and include your 
`dub.json`.


-- Bastiaan.