Re: LDC 1.21.0-beta1

2020-03-22 Thread Pezbi Mahn via Digitalmars-d-announce
Sounds dope On Sat, Mar 21, 2020 at 8:10 AM kinke via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > Glad to announce the first beta for an exciting LDC 1.21 release: > > * Based on D 2.091.0; LLVM upgraded to v10.0.0-rc4. > * Experimental iOS/arm64 support. > * Initial

Re: LDC 1.21.0-beta1

2020-03-22 Thread Peter Jacobs via Digitalmars-d-announce
On Sunday, 22 March 2020 at 12:27:51 UTC, kinke wrote: On Sunday, 22 March 2020 at 12:00:58 UTC, Peter Jacobs wrote: I am seeing a linker error with this beta. Same compilation works with 1.20.1. Well, thx for giving it a try, but that's hardly useful (just looks like a `kdtree` module not

Re: Online D Conference

2020-03-22 Thread aberba via Digitalmars-d-announce
On Tuesday, 17 March 2020 at 00:58:18 UTC, Walter Bright wrote: Starting a new thread for this instead of hijacking others. good reference. watch about doing live events https://www.youtube.com/watch?v=5MHCN_v_ubM

DIP 1031--Deprecate Brace-Style Struct Initializers--Withdrawn

2020-03-22 Thread Mike Parker via Digitalmars-d-announce
Walter has decided to withdraw DIP 1031, "Deprecate Brace-Style Struct Initializers", from the review process. Anyone who chooses to do so may take over the DIP at any time. Anyone who decides to take over an Abandoned or Withdrawn DIP should contact me to determine how to proceed.

Re: LDC 1.21.0-beta1

2020-03-22 Thread kinke via Digitalmars-d-announce
On Sunday, 22 March 2020 at 12:00:58 UTC, Peter Jacobs wrote: I am seeing a linker error with this beta. Same compilation works with 1.20.1. Well, thx for giving it a try, but that's hardly useful (just looks like a `kdtree` module not being compiled) - firstly, try to check whether that's

Re: LDC 1.21.0-beta1

2020-03-22 Thread Johan via Digitalmars-d-announce
On Sunday, 22 March 2020 at 12:00:58 UTC, Peter Jacobs wrote: I am seeing a linker error with this beta. Same compilation works with 1.20.1. ldc2 -w -g -d-debug -d-version=flavour_debug -d-version=with_libplot -dip1008 -I.. -I../nm -I../util -I../geom -I../grid_utils -I../extern/gzip

Re: LDC 1.21.0-beta1

2020-03-22 Thread Peter Jacobs via Digitalmars-d-announce
On Saturday, 21 March 2020 at 12:05:18 UTC, kinke wrote: Glad to announce the first beta for an exciting LDC 1.21 release: Please help test, and thanks to all contributors! I am seeing a linker error with this beta. Same compilation works with 1.20.1. ldc2 -w -g -d-debug