Re: LDC 1.4.0-beta1

2017-09-11 Thread jmh530 via Digitalmars-d-announce
On Monday, 11 September 2017 at 14:49:44 UTC, kinke wrote: There's a difference between "doesn't compile" and "asserts". Please always compare to the matching DMD version, 2.074.1 in this case, which produces an empty string as well, I guess because the writer was taken by value in Phobos

Re: LDC 1.4.0-beta1

2017-09-11 Thread kinke via Digitalmars-d-announce
On Sunday, 10 September 2017 at 16:25:52 UTC, jmh530 wrote: The following code compiles on DMD, but not on LDC (tested versions 1.3.0 and the 1.4.0 beta). unittest { import std.array : appender; import std.format : formattedWrite; auto x = appender!(string); typeof(x) y;

Re: LDC 1.4.0-beta1

2017-09-10 Thread jmh530 via Digitalmars-d-announce
On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.4.0-beta1. The highlights of version 1.4 in a nutshell: The following code compiles on DMD, but not on LDC (tested versions 1.3.0 and the 1.4.0 beta). unittest

Re: LDC 1.4.0-beta1

2017-09-02 Thread Nicholas Wilson via Digitalmars-d-announce
On Saturday, 2 September 2017 at 09:59:42 UTC, Igor Shirkalin wrote: On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: Hello! Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.4.0-beta1. The highlights of version 1.4 in a nutshell: * Based on D 2.074.1

Re: LDC 1.4.0-beta1

2017-09-02 Thread Igor Shirkalin via Digitalmars-d-announce
On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: Hello! Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.4.0-beta1. The highlights of version 1.4 in a nutshell: * Based on D 2.074.1. Is it possible to build LDC based on D 2.076 with latest -betterC feature?

Re: LDC 1.4.0-beta1

2017-08-29 Thread Nicholas Wilson via Digitalmars-d-announce
On Tuesday, 29 August 2017 at 13:11:44 UTC, kinke wrote: On Tuesday, 29 August 2017 at 12:46:16 UTC, Andrea Fontana wrote: On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself.

Re: LDC 1.4.0-beta1

2017-08-29 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 29 August 2017 at 13:11:44 UTC, kinke wrote: On Tuesday, 29 August 2017 at 12:46:16 UTC, Andrea Fontana wrote: On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself.

Re: LDC 1.4.0-beta1

2017-08-29 Thread kinke via Digitalmars-d-announce
On Tuesday, 29 August 2017 at 12:46:16 UTC, Andrea Fontana wrote: On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself. Have anyone ever tried to compile a linux version of ldc that

Re: LDC 1.4.0-beta1

2017-08-29 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself. Have anyone ever tried to compile a linux version of ldc that generates windows executables? Andrea

Re: LDC 1.4.0-beta1

2017-08-27 Thread bitwise via Digitalmars-d-announce
On Sunday, 27 August 2017 at 18:30:36 UTC, Joakim wrote: Yes. [...] This is awesome. I appreciate all the hard work. As far as testing, it will be a while before my current project is ready for an android port.

Re: LDC 1.4.0-beta1

2017-08-27 Thread Joakim via Digitalmars-d-announce
On Sunday, 27 August 2017 at 15:45:00 UTC, bitwise wrote: On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself. * Full Android support, incl. emulated TLS. Does this mean I can

Re: LDC 1.4.0-beta1

2017-08-27 Thread bitwise via Digitalmars-d-announce
On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself. * Full Android support, incl. emulated TLS. Does this mean I can actually build D static libraries, link them into an NDK

Re: LDC 1.4.0-beta1

2017-08-27 Thread Jon Degenhardt via Digitalmars-d-announce
On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.4.0-beta1. The highlights of version 1.4 in a nutshell: * Based on D 2.074.1. * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime

Re: LDC 1.4.0-beta1

2017-08-27 Thread Kai Nacke via Digitalmars-d-announce
On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.4.0-beta1. The highlights of version 1.4 in a nutshell: * Based on D 2.074.1. * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime

LDC 1.4.0-beta1

2017-08-26 Thread kinke via Digitalmars-d-announce
Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.4.0-beta1. The highlights of version 1.4 in a nutshell: * Based on D 2.074.1. * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself. * Full Android support, incl. emulated