On 2012-12-24 03:52, bearophile wrote:

I'd like them to go in a state of perpetual deprecation, because they
are handy when I port C code to D, but at the end, in later stages of
the porting, I prefer to use only one style of array declarations in my
code.

At least in D2 I'd like D to disallow mixing C style arrays with D style
ones:
int[] c[5];
http://d.puremagic.com/issues/show_bug.cgi?id=5807

No need, DStep will handle it automatically:

https://github.com/jacob-carlborg/dstep

--
/Jacob Carlborg

Reply via email to