Re: Beta 2.072.0-b2

2016-10-12 Thread Sönke Ludwig via Digitalmars-d-announce
Am 10.10.2016 um 12:45 schrieb Sönke Ludwig: Am 10.10.2016 um 12:20 schrieb Martin Nowak: On Monday, 10 October 2016 at 09:03:53 UTC, Sönke Ludwig wrote: Of course, the new error is more restrictive than it should be, namely if the uninitialized pointer field gets written before the first read,

Re: LDC 1.1.0-beta3 has been released!

2016-10-12 Thread Manu via Digitalmars-d-announce
On 11 October 2016 at 23:16, Kai Nacke via Digitalmars-d-announce wrote: > On Tuesday, 11 October 2016 at 09:16:36 UTC, Johan Engelen wrote: >> >> On Tuesday, 11 October 2016 at 07:29:00 UTC, Sönke Ludwig wrote: >> >> Whoops, that's my bad :( >> (I editted a little and clicked the "save draft" but

Re: LDC 1.1.0-beta3 has been released!

2016-10-12 Thread Chris via Digitalmars-d-announce
On Tuesday, 11 October 2016 at 07:29:00 UTC, Sönke Ludwig wrote: Am 09.10.2016 um 14:32 schrieb Kai Nacke: Hi everyone, LDC 1.1.0-beta3, the LLVM-based D compiler, is available for download! This BETA release is based on the 2.071.2 frontend and standard library and supports LLVM 3.5-3.9. W

Re: LDC 1.1.0-beta3 has been released!

2016-10-12 Thread kink via Digitalmars-d-announce
On Wednesday, 12 October 2016 at 08:28:59 UTC, Manu wrote: How's the MS progress on PDB in LLVM? Pretty good. See https://github.com/ldc-developers/ldc/issues/1716#issuecomment-252727032, there's a VS screenshot of the current state on Win64 with LLVM 3.9.

Re: LDC 1.1.0-beta3 has been released!

2016-10-12 Thread kink via Digitalmars-d-announce
On Wednesday, 12 October 2016 at 09:31:20 UTC, Chris wrote: I had this problem with `beta3` when compiling a vibe.d project. [...] I went back to `beta2` and it worked. GitHub issues are much preferred over forum posts. For this particular one (breaking dub when outputting static libraries),