Re: Release D 2.071.0

2016-04-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-04-06 19:15, Kagamin wrote: On Wednesday, 6 April 2016 at 13:05:31 UTC, sigod wrote: module test; struct S { package int field; } void main() { S s; s.field = 1; // Deprecation: test.S.field is not visible from module test } You need the

Re: Release D 2.071.0

2016-04-06 Thread Andrej Mitrovic via Digitalmars-d-announce
We really need an "I survived Bug #314" T-shirt. On 4/6/16, Basile B. via Digitalmars-d-announce wrote: > On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: >> Glad to announce D 2.071.0. >> >> http://dlang.org/download.html >> >> This release

Re: Release D 2.071.0

2016-04-06 Thread Meta via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: This release fixes many long-standing issues with imports and the module system. See the changelog for more details. Thanks to everyone who worked on fixing and pushing this through. I thought I would never see the day when this

Re: Release D 2.071.0

2016-04-06 Thread Kagamin via Digitalmars-d-announce
On Wednesday, 6 April 2016 at 13:05:31 UTC, sigod wrote: module test; struct S { package int field; } void main() { S s; s.field = 1; // Deprecation: test.S.field is not visible from module test } You

Re: Release D 2.071.0

2016-04-06 Thread Steven Schveighoffer via Digitalmars-d-announce
On 4/5/16 6:43 PM, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html So glad to see these fixed! BTW, a

Re: Release D 2.071.0

2016-04-06 Thread wobbles via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html -Martin

Re: gchunt v0.2.0

2016-04-06 Thread Sönke Ludwig via Digitalmars-d-announce
Am 05.04.2016 um 21:15 schrieb Pradeep Gowda: On Tuesday, 5 April 2016 at 18:47:38 UTC, Dmitry Olshansky wrote: New release of a tool that generates nice summary reports for static analysis of GC usage. It's a simple postprocessor for the compiler's -vgc output.

Re: DConf 2016 registrations have now hit 128!

2016-04-06 Thread Adam D. Ruppe via Digitalmars-d-announce
On Wednesday, 6 April 2016 at 23:51:47 UTC, Walter Bright wrote: Guess I'd better get busy working on my presentation. So, while I'm not going to be there this time, I'm thinking about doing a presentation anyway and posting it here in writing. Though, my typical strategy of improvising up

DConf 2016 registrations have now hit 128!

2016-04-06 Thread Walter Bright via Digitalmars-d-announce
Guess I'd better get busy working on my presentation.

Re: Release D 2.071.0

2016-04-06 Thread Cy Schubert via Digitalmars-d-announce
On Wednesday, 6 April 2016 at 14:01:53 UTC, Rory McGuire wrote: Here is the exact link I used. It is the source and binaries together. http://downloads.dlang.org/releases/2.x/2.071.0/dmd.2.071.0.linux.tar.xz Thanks. That's good to know. I've updated the FreeBSD port to fetch one of the files

Re: DConf 2016 registrations have now hit 128!

2016-04-06 Thread Walter Bright via Digitalmars-d-announce
On 4/6/2016 4:56 PM, Adam D. Ruppe wrote: On Wednesday, 6 April 2016 at 23:51:47 UTC, Walter Bright wrote: Guess I'd better get busy working on my presentation. So, while I'm not going to be there this time, I'm thinking about doing a presentation anyway and posting it here in writing.

Re: Release D 2.071.0

2016-04-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-04-06 00:43, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. If I understand correctly the "this.outer" issue was resolved by slightly

Re: Release D 2.071.0

2016-04-06 Thread Puming via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html -Martin

Re: Release D 2.071.0

2016-04-06 Thread 9il via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html -Martin

Re: Release D 2.071.0

2016-04-06 Thread Cy Schubert via Digitalmars-d-announce
On Wednesday, 6 April 2016 at 13:27:36 UTC, Rory McGuire wrote: .tar.xz works and its much smaller It also doesn't work. Looks like the source hasn't been posted, only binary images. BTW, the github site doesn't appear to be up to date (according to the VERSION file). ~cy

Re: Release D 2.071.0

2016-04-06 Thread sigod via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html -Martin

Re: gchunt v0.2.0

2016-04-06 Thread sigod via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 19:43:08 UTC, jmh530 wrote: On Tuesday, 5 April 2016 at 19:15:04 UTC, Pradeep Gowda wrote: This is somewhat tangentially related to the announcement.. but how does one run "-vgc" switch with "dub"? Running dmd -vgc with a project with dependencies (eg: docopt)

New deb packages on d-apt

2016-04-06 Thread Jordi Sayol via Digitalmars-d-announce
d-apt has three new deb packages for Dfix, Dfmt and Dscanner. $ sudo apt-get install dfix dfmt dscanner d-apt

Re: Release D 2.071.0

2016-04-06 Thread Rory McGuire via Digitalmars-d-announce
.tar.xz works and its much smaller On Wed, Apr 6, 2016 at 3:19 PM, Cy Schubert via Digitalmars-d-announce wrote: > On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: >> >> Glad to announce D 2.071.0. >> >> http://dlang.org/download.html >> >> This

Re: Release D 2.071.0

2016-04-06 Thread Cy Schubert via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html -Martin Is

Re: Release D 2.071.0

2016-04-06 Thread Rory McGuire via Digitalmars-d-announce
Here is the exact link I used. It is the source and binaries together. http://downloads.dlang.org/releases/2.x/2.071.0/dmd.2.071.0.linux.tar.xz On Wed, Apr 6, 2016 at 3:49 PM, Cy Schubert via Digitalmars-d-announce wrote: > On Wednesday, 6 April 2016 at

Re: Release D 2.071.0

2016-04-06 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html -Martin