[Issue 481] Letting compiler determine length for fixed-length arrays

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Oct 11 22:39:10 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #34 from Shriramana Sharma <samjnaa at gmail.com> ---
(In reply to Ketmar Dark from comment #33)
> don't worry, the patch was quickly reversed. it's simply bugzilla cannot
> automaticaly track reverts.

Sorry if I'm being dense – it's not intentional. *Which* patch was reversed?
IIUC the PR was intended to *add* this feature. Are you saying that it was
first pulled, then reversed and then reversed again, meaning that the feature
was finally actually added?

IIUC as per the last github post in the bugzilla which points to Andrei pulling
the PR:
https://github.com/D-Programming-Language/dmd/commit/fa296e9f088e0e3ccc9f339423bbef15cb3840aa,
the main file modified was declaration.c, but apparently there is no such file
any longer under master
https://github.com/D-Programming-Language/dmd/tree/master/src, so I'm not sure
under which branch the feature was included...

Putting it another way, will we get this feature with 2.069?

Thanks for your patience!

--


More information about the Digitalmars-d-bugs mailing list