Re: LDC 1.29.0

2022-04-08 Thread H. S. Teoh via Digitalmars-d-announce
On Fri, Apr 08, 2022 at 05:42:46AM +, kinke via Digitalmars-d-announce 
wrote:
> Glad to announce LDC 1.29.0. Major changes:
> 
> * Based on D 2.099.1.
[...]
> Full release log and downloads:
> https://github.com/ldc-developers/ldc/releases/tag/v1.29.0
> 
> Thanks to all contributors & sponsors!

Thanks to the LDC team for continuing to bring us an awesome D compiler!


T

-- 
Tech-savvy: euphemism for nerdy.


Re: Winners of the 1st Jan - 31st March 2022 Bugzilla Cycle

2022-04-08 Thread ag0aep6g via Digitalmars-d-announce

On 04.04.22 13:11, RazvanN wrote:

I am happy to announce that this bugzilla rewarding cycle winners are:

1. MoonlightSentinel 830 points
2. ljmf00    270 points
3. aG0aep6G  240 points


Huh. I hadn't expected that, having made a whole two pull requests in 
2022. Good thing that that regression fix from last year was blocked 
until January, I guess.


Re: Release D 2.099.1

2022-04-08 Thread Sebastiaan Koppe via Digitalmars-d-announce

On Thursday, 7 April 2022 at 21:32:34 UTC, Martin Nowak wrote:

Glad to announce D 2.099.1, ♥ to the 12 contributors.

http://dlang.org/download.html

This point release fixes a few issues over 2.099.0, see the 
changelog for more details.


http://dlang.org/changelog/2.099.1.html

-Martin


Getting signature errors.

```
$ curl -fsS https://dlang.org/install.sh | bash -s dmd
Downloading and unpacking 
http://downloads.dlang.org/releases/2.x/2.099.1/dmd.2.099.1.linux.tar.xz

 100.0%
gpg: Signature made Thu Apr  7 16:35:02 2022 UTC
gpg:using EDDSA key 
27637885C3CF8350732A1CA5723DC8887F97C07F

gpg: Can't check signature: No public key
Invalid signature 
http://downloads.dlang.org/releases/2.x/2.099.1/dmd.2.099.1.linux.tar.xz.sig

```


Re: LDC 1.29.0

2022-04-08 Thread test via Digitalmars-d-announce

On Friday, 8 April 2022 at 05:42:46 UTC, kinke wrote:

Glad to announce LDC 1.29.0. Major changes:

* Based on D 2.099.1.
* Support for LLVM 13 and 14. The prebuilt packages use v13.0.1.
* On Linux, LDC doesn't default to the `ld.gold` linker 
anymore. lld is recommended (related LTO issues have been 
fixed).
* Less aggressive `-linkonce-templates`, considered 
production-ready now.
* Breaking `extern(D)` ABI change for all targets: formal 
parameters of non-variadic functions aren't reversed anymore. 
Naked DMD-style inline assembly might need to be adapted.


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


Thanks to all contributors & sponsors!


Thanks for the great work.