Re: Enumap -- a lightweight AA alternative when your keys are enums

2015-09-15 Thread SimonN via Digitalmars-d-announce
On Sunday, 13 September 2015 at 03:33:15 UTC, rcorre wrote: I've released v0.4.0, which implements foreach with ref, and (hopefully) atones for my crimes against const-correctness. You should be able to modify values in a loop and work with const/immutable Enumaps. Thanks for the feedback!

Re: Release D 2.068.1

2015-09-15 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-09-10 19:46, Jack Stouffer wrote: Well, it's a little too late, but the compiler outputs the wrong version: $ dmd --version DMD64 D Compiler v2.068 Copyright (c) 1999-2015 by Digital Mars written by Walter Bright Working fine here, installed using DVM. -- /Jacob Carlborg

Berlin D Meetup September 2015

2015-09-15 Thread Ben Palmer via Digitalmars-d-announce
Hi All, The next Berlin D Meetup will be happening at 19:30 on this Friday September the 18th at Berlin Co-Op (http://co-up.de/) on the fifth floor. This time Jens Mueller will be giving a talk on "Code tuning with D". A short introduction is below: "In this talk we optimize a very simple

Re: Release D 2.068.1

2015-09-15 Thread John Colvin via Digitalmars-d-announce
On Monday, 14 September 2015 at 23:53:16 UTC, Martin Nowak wrote: On Monday, 14 September 2015 at 20:14:45 UTC, Jack Stouffer wrote: On Monday, 14 September 2015 at 17:51:59 UTC, Martin Nowak wrote: What platform are you on? I'm on OS X, using the homebrew version of DMD. And homebrew is

Re: French translation of Ali Çehreli's "Programming in D" book : 53 chapter translated

2015-09-15 Thread Ali Çehreli via Digitalmars-d-announce
On 09/15/2015 05:20 AM, Andre Polykanine via Digitalmars-d-announce wrote: > I tried to contact Ali privately about Russian and possibly > Ukrainian translation That's wonderful! :) Thank you for considering that. > unfortunately got no response( That's horrible! :( The email must

Re: French translation of Ali Çehreli's "Programming in D" book : 53 chapter translated

2015-09-15 Thread Andre Polykanine via Digitalmars-d-announce
Hello Raphaël, Sorry for the off topic, but how do you translate the book? I tried to contact Ali privately about Russian and possibly Ukrainian translation (I'm interested in doing this just for the sake of spreading D and don't expect any revenue), but unfortunately got no

French translation of Ali Çehreli's "Programming in D" book : 53 chapter translated

2015-09-15 Thread Raphaël Jakse via Digitalmars-d-announce
Hello, A few words to the D community to give news about the French translation of Ali Çehreli's "Programming in D" book. Thanks to Oliver Pisano (translator) and Stéphane Goujet (proofreader), the translation is still alive. 53 chapters are translated and most have been proofread. Thanks

Re: Beta D 2.068.2-b2

2015-09-15 Thread Meta via Digitalmars-d-announce
On Monday, 14 September 2015 at 21:05:42 UTC, Martin Nowak wrote: The second beta for the 2.068.2 point release fixes an regression with destroy that could result in a memory leak [¹]. http://downloads.dlang.org/pre-releases/2.x/2.068.2/ -Martin [¹]: