Thread overview
LDC 1.26.0
Apr 28, 2021
kinke
Apr 29, 2021
H. S. Teoh
Apr 29, 2021
Per Nordlöw
Apr 29, 2021
russhy
Apr 30, 2021
Mathias LANG
April 28, 2021

Glad to announce LDC 1.26:

  • Based on D 2.096.1+.
  • Fixes a v1.25 regression wrt. corrupt TypeInfo_Interface.info.
  • Some more fixes and dcompute improvements.

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

Thanks to all contributors & sponsors!

April 28, 2021
On Wed, Apr 28, 2021 at 03:30:58PM +0000, kinke via Digitalmars-d-announce wrote:
> Glad to announce LDC 1.26:
[...]
> https://github.com/ldc-developers/ldc/releases/tag/v1.26.0
[...]

Awesome!  Thanks to all LDC contributors who made this release possible. LDC has been my workhorse D compiler, and it's been awesome. Thanks for all the hard work.


T

-- 
Too many people have open minds but closed eyes.
April 29, 2021

On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote:

>

Glad to announce LDC 1.26:

Awesome! Finally, we can get rid of those darn Nullable.get deprecation messages.

April 29, 2021
On 4/29/21 6:40 AM, Per Nordlöw wrote:
> On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote:
>> Glad to announce LDC 1.26:
> 
> Awesome! Finally, we can get rid of those darn Nullable.get deprecation messages.

This is coming, but in 2.097, not 2.096.1

-Steve
April 29, 2021

On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote:

>

Glad to announce LDC 1.26:

  • Based on D 2.096.1+.
  • Fixes a v1.25 regression wrt. corrupt TypeInfo_Interface.info.
  • Some more fixes and dcompute improvements.

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

Thanks to all contributors & sponsors!

Thanks a lot!

April 30, 2021

On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote:

>

Glad to announce LDC 1.26:

  • Based on D 2.096.1+.
  • Fixes a v1.25 regression wrt. corrupt TypeInfo_Interface.info.
  • Some more fixes and dcompute improvements.

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

Thanks to all contributors & sponsors!

Thanks a lot for your work on this Martin!
We exclusively use LDC, and we're really looking forward to be able to use non-POD C++ types by value across language boundaries, and finally use -checkaction=context!