Re: Battle-plan for CTFE

2016-07-13 Thread Stefan Koch via Digitalmars-d-announce
On Saturday, 9 July 2016 at 20:09:14 UTC, Stefan Koch wrote: I decided to keep a gist updated to represent the current state the new engine can handle. https://gist.github.com/UplinkCoder/89faa06311e417aa93ea99bc92934d3e This is the currentState after approx. 50 hours of work First

Re: First dmd nightly shipping with dub

2016-07-13 Thread Seb via Digitalmars-d-announce
On Thursday, 7 July 2016 at 03:26:57 UTC, Suliman wrote: On Wednesday, 6 July 2016 at 14:53:56 UTC, Jack Stouffer wrote: On Wednesday, 6 July 2016 at 09:28:44 UTC, Martin Nowak wrote: This is the first nightly dmd build that includes dub binaries. http://nightlies.dlang.org/dmd-2016-07-06/

Re: DIP1001: Exception Handling Extensions

2016-07-13 Thread Superstar64 via Digitalmars-d-announce
On Sunday, 10 July 2016 at 19:55:37 UTC, Superstar64 wrote: link: https://github.com/dlang/DIPs/pull/9 file: https://github.com/Superstar64/DIPs/blob/exception_extensions/DIPs/DIP1001.md I extended this DIP to add @throws(auto) and inference for auto and template functions.

From the Blog: The DLang Vision and Improvement Process

2016-07-13 Thread Mike Parker via Digitalmars-d-announce
Unlike previous posts on the D Blog, I prepared this one in advance and thought I had it set to auto publish at 9:00 pm my time. So I was surprised to discover at 7:00 pm local time that the post had gone live an hour before (at 9:00 am GMT). I had completely forgotten that, unlike my personal

Re: Announcing new DIP handling process

2016-07-13 Thread Dicebot via Digitalmars-d-announce
I have added new "tips" section to the process readme (https://github.com/dlang/DIPs#advices-for-writing-great-dips) to make potential DIP authors less excited and more prepared to real work awaiting ahead :)

Re: From the Blog: The DLang Vision and Improvement Process

2016-07-13 Thread Mike Parker via Digitalmars-d-announce
On Wednesday, 13 July 2016 at 10:23:44 UTC, Mike Parker wrote: Oh, well. It's live. I'm going to hold off another hour or two before posting it to reddit. I'll share the link here once I have.

Re: From the Blog: The DLang Vision and Improvement Process

2016-07-13 Thread Jerry via Digitalmars-d-announce
On Wednesday, 13 July 2016 at 10:23:44 UTC, Mike Parker wrote: Unlike previous posts on the D Blog, I prepared this one in advance and thought I had it set to auto publish at 9:00 pm my time. So I was surprised to discover at 7:00 pm local time that the post had gone live an hour before (at

Re: From the Blog: The DLang Vision and Improvement Process

2016-07-13 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-07-13 12:23, Mike Parker wrote: Unlike previous posts on the D Blog, I prepared this one in advance and thought I had it set to auto publish at 9:00 pm my time. So I was surprised to discover at 7:00 pm local time that the post had gone live an hour before (at 9:00 am GMT). I had

Re: DIP: Tail call optimization

2016-07-13 Thread Dietrich Daroch via Digitalmars-d-announce
On Tuesday, 12 July 2016 at 10:46:01 UTC, Dmitry Olshansky wrote: On Sunday, 10 July 2016 at 05:03:46 UTC, Dietrich Daroch wrote: Hi everyone (= I've just added a new proposal to add a new attribute to ensure TCO is applied. [...] In contrast to what many folks expect, TCO is affecting