www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.20.0-beta1

reply kinke <noone nowhere.com> writes:
Glad to announce the first beta for LDC 1.20:

* Based on D 2.090.0+ (recent DMD stable).
* Mac: support for embedding `pragma({lib,linkerDirective}, ...)` 
in object files, e.g., `pragma(linkerDirective, "-framework", 
"CoreFoundation");`.
* Linux: fix potential stack overflows in GC worker threads.
* CLI fix for options specified with 2 (not just 1) leading 
dashes, e.g., --lowmem.

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

Please help test, and thanks to all contributors!
Jan 16 2020
parent zoujiaqing <zoujiaqing gmail.com> writes:
On Thursday, 16 January 2020 at 21:26:07 UTC, kinke wrote:
 Glad to announce the first beta for LDC 1.20:

 * Based on D 2.090.0+ (recent DMD stable).
 * Mac: support for embedding `pragma({lib,linkerDirective}, 
 ...)` in object files, e.g., `pragma(linkerDirective, 
 "-framework", "CoreFoundation");`.
 * Linux: fix potential stack overflows in GC worker threads.
 * CLI fix for options specified with 2 (not just 1) leading 
 dashes, e.g., --lowmem.

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

 Please help test, and thanks to all contributors!
Thank you!
Jan 21 2020