On 03/13/2014 08:52 PM, Andrei Alexandrescu wrote:
Following a good recent history with bounty work on D-related projects
(especially GDC and LDC, congratulations!), Facebook is offering more
funds to spend on useful D-related issues. The one way to increase
investment in the area is to show that the current investment does
improve things.
The sweet spot seems to be $250 per issue.
This is one place where discussing and voting would be very sensible.
Please reply to this and/or vote on D issues on http://d.puremagic.com.
What about fixing compile-time reflection?
There is the notorious case
static if(!is(typeof(e))) enum f = true;
static if(!is(typeof(f))) enum e = true;
and many like it. Sometimes, compilation of the same program where
source files are passed on the command line in a different order
influences the behaviour of the produced executable.