Re: Convert array of tuples into array of arrays.

2022-09-01 Thread Salih Dincer via Digitalmars-d-learn
On Wednesday, 31 August 2022 at 17:26:56 UTC, Ali Çehreli wrote: [...] You can make an array of arrays from those with the following syntax: auto arrayOfArrays = [ keys, values ]; Then I wrote a more general program after this first one: I really like the generic methods. Because we can

Re: How to build DMD/Phobos on Windows

2022-09-01 Thread Dukc via Digitalmars-d-learn
On Wednesday, 24 August 2022 at 18:06:29 UTC, Dmitry Olshansky wrote: It's been a long time but I've found some spare hours I want to devote to finally updating our std.uni to Unicode 14 (soon to migrate to 15 I guess). Thanks, much appreciated! So what is the canonical way to build D on

Re: How to build DMD/Phobos on Windows

2022-09-01 Thread Nick Treleaven via Digitalmars-d-learn
On Thursday, 25 August 2022 at 07:22:32 UTC, bauss wrote: We really need a page in the documentation that describes how to build each component of D for each major platform. There is on the wiki, but it's out of date: https://wiki.dlang.org/Building_under_Windows build.d works for dmd, but

Re: freebsd dub linker error

2022-09-01 Thread Alain De Vos via Digitalmars-d-learn
On Wednesday, 1 June 2022 at 15:23:14 UTC, Kagamin wrote: Try to run clang with -v option and compare with gcc. I've tracked down the problem to the solution where i specify as linker to use gcc12 instead of a clang/llvm. The following works. ``` export CC=clang14 ldc2