Re: Release D 2.078.2

2018-02-19 Thread Martin Nowak via Digitalmars-d-announce
On 02/17/2018 10:35 AM, Thomas Mader wrote: > But I package dub and the tools as a separate package from dmd. > Archlinux is doing the same and I find it reasonable. dub and the tools > should be buildable with other compilers too and one day I might switch > to ldc as the default compiler for the

Re: Release D 2.078.2

2018-02-19 Thread Martin Nowak via Digitalmars-d-announce
On 02/17/2018 06:52 AM, Eugene Wissner wrote: > On Friday, 16 February 2018 at 11:25:42 UTC, Martin Nowak wrote: >> On 02/10/2018 09:17 AM, Thomas Mader wrote: >>> https://github.com/dlang/dub/releases/latest doesn't point to 1.7.2. >> >> Out of curiosity, do you have a strong use-case to install/u

Re: DConf 2018 Proposal Submission Deadline

2018-02-19 Thread Martin Nowak via Digitalmars-d-announce
On 02/18/2018 03:25 PM, Mike Parker wrote: > The February 25th deadline for submitting proposals for DConf 2018 is > fast approaching. If you've been thinking about sending one in, stop > thinking and start doing! Guidelines can be found at the DConf homepage: > > http://dconf.org/2018/index.html

Beta 2.079.0

2018-02-19 Thread Martin Nowak via Digitalmars-d-announce
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.079.0.html As usual please report any bugs at https://issues.dlang.org -

Re: Beta 2.079.0

2018-02-19 Thread Nicholas Wilson via Digitalmars-d-announce
On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.079.0.html As usual please report any bugs at https://issu

Re: Beta 2.079.0

2018-02-19 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
On 02/19/2018 05:49 AM, Martin Nowak wrote: http://dlang.org/changelog/2.079.0.html ...WOW O_o This release is seriously, just...wow! One question though: I'm unclear on the "include imports". Do those basically obviate the original purpose of rdmd? Ie, so dmd doesn't need to be passed

Re: Beta 2.079.0

2018-02-19 Thread 9il via Digitalmars-d-announce
On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. Awesome! I like this release

Re: Beta 2.079.0

2018-02-19 Thread Basile B. via Digitalmars-d-announce
On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.079.0.html As usual please report any bugs at https://issu

Re: Beta 2.079.0

2018-02-19 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 19 February 2018 at 11:29:04 UTC, 9il wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. Awesome! I like this release ++ :-D

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 11:21:34 UTC, Nicholas Wilson wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. Awesome. A typo. Lambda comparison using __traits(isSame, .

Re: Beta 2.079.0

2018-02-19 Thread bachmeier via Digitalmars-d-announce
On Monday, 19 February 2018 at 11:27:11 UTC, Nick Sabalausky (Abscissa) wrote: On 02/19/2018 05:49 AM, Martin Nowak wrote: http://dlang.org/changelog/2.079.0.html ...WOW O_o This release is seriously, just...wow! One question though: I'm unclear on the "include imports". Do those basica

Re: Beta 2.079.0

2018-02-19 Thread bachmeier via Digitalmars-d-announce
On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.079.0.html As usual please report any bugs at https://issu

Re: Beta 2.079.0

2018-02-19 Thread Joakim via Digitalmars-d-announce
On Monday, 19 February 2018 at 15:45:30 UTC, bachmeier wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 11:27:11 UTC, Nick Sabalausky (Abscissa) wrote: On 02/19/2018 05:49 AM, Martin Nowak wrote: http://dlang.org/changelog/2.079.0.html ...WOW O_o This release is seriously, just...wow! One question though: I'm unclear on the "include imports". Do those basica

Re: Beta 2.079.0

2018-02-19 Thread Eugene Wissner via Digitalmars-d-announce
fold is added to std.parallelism.TaskPool std.parallelism.TaskPool.fold and reduce point to https://dlang.org/phobos-prerelease/std_parallelism_TaskPool.html#.fold and https://dlang.org/phobos-prerelease/std_parallelism_TaskPool.html#.reduce respectively, that can't be found, 404.

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 15:45:30 UTC, bachmeier wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 16:14:46 UTC, Eugene Wissner wrote: fold is added to std.parallelism.TaskPool std.parallelism.TaskPool.fold and reduce point to https://dlang.org/phobos-prerelease/std_parallelism_TaskPool.html#.fold and https://dlang.org/phobos-prerelease/std_parallelism_TaskPoo

Re: Beta 2.079.0

2018-02-19 Thread Paolo Invernizzi via Digitalmars-d-announce
On Monday, 19 February 2018 at 15:58:57 UTC, Joakim wrote: 17. Allow multiple selective imports from different modules in a single import statement I have a bad feeling that that one is going to be a source of a raft of bugs for years to come. +1 I'm already hating it, after having read th

Re: Beta 2.079.0

2018-02-19 Thread Ali Çehreli via Digitalmars-d-announce
On 02/19/2018 02:49 AM, Martin Nowak wrote: Thanks Martin! You can add at least the following aliases for the contributor list: acehreli: Ali Çehreli aldacron: Mike Parker Ali

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 18:30:56 UTC, Ali Çehreli wrote: On 02/19/2018 02:49 AM, Martin Nowak wrote: Thanks Martin! You can add at least the following aliases for the contributor list: acehreli: Ali Çehreli aldacron: Mike Parker Ali ... or you could have used your actual name for yo

Re: Beta 2.079.0

2018-02-19 Thread Dukc via Digitalmars-d-announce
On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. - -Martin Huh? Did I understand right? Just add an empty object.d into your project and --BetterC is now basically needless, pl

Re: Beta 2.079.0

2018-02-19 Thread jmh530 via Digitalmars-d-announce
On Monday, 19 February 2018 at 16:36:53 UTC, Seb wrote: FYI: _A lot_ of CI automation has been added in the past months. Most notably here is the Project Tester which runs the complete test suite of the most popular DUB projects out there. At the moment it tests ~40 projects and it has alrea

Re: Release D 2.078.2

2018-02-19 Thread Eugene Wissner via Digitalmars-d-announce
On Monday, 19 February 2018 at 10:08:37 UTC, Martin Nowak wrote: On 02/17/2018 06:52 AM, Eugene Wissner wrote: On Friday, 16 February 2018 at 11:25:42 UTC, Martin Nowak wrote: On 02/10/2018 09:17 AM, Thomas Mader wrote: https://github.com/dlang/dub/releases/latest doesn't point to 1.7.2. Out

Re: Beta 2.079.0

2018-02-19 Thread Andre Pany via Digitalmars-d-announce
On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. [...] This release is fantastic! In the change log information about lld linker is missing. Maybe you can add some info how t

Re: Beta 2.079.0

2018-02-19 Thread Rainer Schuetze via Digitalmars-d-announce
On 19/02/2018 21:17, Andre Pany wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. [...] This release is fantastic! In the change log information about lld linker is mi

Re: Beta 2.079.0

2018-02-19 Thread Mike Franklin via Digitalmars-d-announce
On Monday, 19 February 2018 at 18:50:47 UTC, Dukc wrote: Huh? Did I understand right? Just add an empty object.d into your project and --BetterC is now basically needless, plus the executable is most likely even smaller? Kindof, but not exactly. The -betterC switch still adds some nuance su

Re: Release D 2.078.2

2018-02-19 Thread rikki cattermole via Digitalmars-d-announce
On 19/02/2018 7:43 PM, Eugene Wissner wrote: On Monday, 19 February 2018 at 10:08:37 UTC, Martin Nowak wrote: On 02/17/2018 06:52 AM, Eugene Wissner wrote: On Friday, 16 February 2018 at 11:25:42 UTC, Martin Nowak wrote: On 02/10/2018 09:17 AM, Thomas Mader wrote: https://github.com/dlang/dub

Re: Beta 2.079.0

2018-02-19 Thread Basile B. via Digitalmars-d-announce
On Monday, 19 February 2018 at 21:50:02 UTC, Rainer Schuetze wrote: On 19/02/2018 21:17, Andre Pany wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. [...] This releas