Re: DUB 1.1.1-beta.1

2016-11-29 Thread Martin Nowak via Digitalmars-d-announce
On Wednesday, 23 November 2016 at 16:55:47 UTC, Sönke Ludwig wrote: I've also added a beta release tag for DUB (the same version as included in the DMD beta package). Separate download of pre-compiled binaries: https://code.dlang.org/download Sorry, seems like I forgot to push the dub tag to

Re: Boston Dlang Meetup December 15th

2016-11-29 Thread Sameer Pradhan via Digitalmars-d-announce
On Tuesday, 29 November 2016 at 14:42:38 UTC, Steven Schveighoffer wrote: Going to be at the Capital One Cafe again in the back bay. I'll give a talk on how druntime is constructed. I might be in India trying to salvage some demonetized currency... (for those who have not heard about it:

Boston Dlang Meetup December 15th

2016-11-29 Thread Steven Schveighoffer via Digitalmars-d-announce
Going to be at the Capital One Cafe again in the back bay. I'll give a talk on how druntime is constructed. Details here: https://www.meetup.com/Boston-area-D-Programming-Language-Meetup/events/235904059/ I will post live stream details (before the live stream this time!) at some point,

Re: DIP1004: Inherited Constructors

2016-11-29 Thread Dicebot via Digitalmars-d-announce
On 11/29/2016 12:04 PM, Arafel wrote: > I think I might be a bit late to the party, and I'm still quite new in > D... but wouldn't a variadic template constructor work? The usual rules > of templates would still let you override a constructor if needed. > > --- > class A { > this() { } >

Re: DIP1004: Inherited Constructors

2016-11-29 Thread Dicebot via Digitalmars-d-announce
On 11/28/2016 04:57 AM, rikki cattermole wrote: > On 28/11/2016 3:38 PM, Dicebot wrote: >> DIP 1004 is merged to the queue and open for public informal feedback. >> >> PR: https://github.com/dlang/DIPs/pull/42 >> >> Initial merged document: >>

Re: DIP1004: Inherited Constructors

2016-11-29 Thread Arafel via Digitalmars-d-announce
On Monday, 28 November 2016 at 02:38:00 UTC, Dicebot wrote: DIP 1004 is merged to the queue and open for public informal feedback. PR: https://github.com/dlang/DIPs/pull/42 Initial merged document: https://github.com/dlang/DIPs/blob/master/DIPs/DIP1004.md If you want the change to be