December 29, 2014
On Thursday, 25 December 2014 at 10:06:35 UTC, Martin Nowak wrote:
> On Sunday, 21 December 2014 at 12:48:42 UTC, Dicebot wrote:
>> On Sunday, 21 December 2014 at 12:26:04 UTC, Jacob Carlborg wrote:
>>> On 2014-12-21 10:46, Dicebot wrote:
>> Stuff that immediately comes to my mind:
>>
>> - some way to define implicit conversion from literals (done at CT)
>
> Any ideas on that? It's an outstanding problem for the library AA work.

No, sadly no right now - it is not a pressing issue for things I need right now so I avoid investing too much thinking into finding sound solution, sorry :(
January 09, 2015
On 2014-12-20 23:27:18 +0000, aldanor said:

> - static foreach (declaration foreach)
> - fixing __traits templates (eg getProtection vein extremely flaky, allMembers not working etc) -- seeing as ctfe is one of flagship features of D, it would make sense to actually make it work flawlessly.

This +100000.

I use this stuff in all my D projects since I learned how to do it, and it's extremely useful -- but very clunky.

-S.

January 09, 2015
On Thursday, 25 December 2014 at 09:46:19 UTC, Martin Nowak wrote:
> On Saturday, 20 December 2014 at 19:22:05 UTC, safety0ff wrote:
>> On Saturday, 20 December 2014 at 17:40:06 UTC, Martin Nowak wrote:
>>> Just wondering what the general sentiment is.
>>>
>>
>> Multiple alias this (DIP66 / #6083.)
>
> It's already in :), at least the DIP just got approved.
> Would it really have been a dealbreaker?

Late reply:

No, not a dealbreaker (at least for any of the code I've written,) I was focusing on objectively missing features rather than sentiments :)

That being said, multiple alias this should considerably expand the implicit conversion and composition options in D.
1 2 3 4 5 6 7 8
Next ›   Last »