February 08, 2015
https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #27 from github-bugzilla@puremagic.com ---
Commit pushed to revert-590-fix481 at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/e17cfa04aa62d16a942e422f8e8e96af49b50187 Revert "Issue 481 - Letting compiler determine length for fixed-length arrays"

--
February 08, 2015
https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #28 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/e17cfa04aa62d16a942e422f8e8e96af49b50187 Revert "Issue 481 - Letting compiler determine length for fixed-length arrays"

https://github.com/D-Programming-Language/dlang.org/commit/fae6a0500bebcd10e2dc266047693ec075e0cbb1 Merge pull request #893 from D-Programming-Language/revert-590-fix481

Revert "Issue 481 - Letting compiler determine length for fixed-length a...

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #29 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/7f0457fa498807d7a500671c163fa4a6c86b567f fix Issue 481 - Letting compiler determine length for fixed-length arrays

https://github.com/D-Programming-Language/dmd/commit/fa296e9f088e0e3ccc9f339423bbef15cb3840aa Merge pull request #3615 from 9rnsr/fix481

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #30 from hsteoh@quickfur.ath.cx ---
Huh, I thought this PR was reverted because Andrei/Walter didn't like it; why is it being pulled into the 2.067 branch?

--
February 20, 2015
https://issues.dlang.org/show_bug.cgi?id=481

Brad Anderson <eco@gnuk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eco@gnuk.net

--- Comment #31 from Brad Anderson <eco@gnuk.net> ---
(In reply to hsteoh from comment #30)
> Huh, I thought this PR was reverted because Andrei/Walter didn't like it; why is it being pulled into the 2.067 branch?

Just because it's in the git commit history. The revert was also merged.

--
June 04, 2015
https://issues.dlang.org/show_bug.cgi?id=481

naptime <naptimeentertainment@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |naptimeentertainment@gmail.
                   |                            |com

--
October 11, 2015
https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #32 from Shriramana Sharma <samjnaa@gmail.com> ---
(In reply to hsteoh from comment #30)
> Huh, I thought this PR was reverted because Andrei/Walter didn't like it; why is it being pulled into the 2.067 branch?

What is not to like about it? Walter only said in comment #7 that he thought it was low priority. What is unacceptable about the PR or even of the concept itself? DRY is a very sane principle and other users have clearly shown use cases where it will help to avoid errors.

--
October 12, 2015
https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #33 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
don't worry, the patch was quickly reversed. it's simply bugzilla cannot automaticaly track reverts.

--
October 12, 2015
https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #34 from Shriramana Sharma <samjnaa@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!

--
October 12, 2015
https://issues.dlang.org/show_bug.cgi?id=481

--- Comment #35 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
sorry, i messed dates. :-)

the `[$]` patch was first merged, and then reverted. this feature will not be in D2, ever: it was decided that one can do almost the same thing with some template magic. it was decided by W&A, so there's no reason to argue if this feature should be included, Masters says their word on it.

--