www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.26.0

reply kinke <noone nowhere.com> writes:
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!
Apr 28 2021
next sibling parent "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
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.
Apr 28 2021
prev sibling next sibling parent reply Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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.
Apr 29 2021
parent Steven Schveighoffer <schveiguy gmail.com> writes:
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
Apr 29 2021
prev sibling next sibling parent russhy <russhy gmail.com> writes:
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!
Apr 29 2021
prev sibling parent Mathias LANG <geod24 gmail.com> writes:
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`!
Apr 30 2021