Thread overview
[Issue 6409] std.array.empty for associative arrays too
Jun 27, 2016
Jack Stouffer
Sep 07, 2017
RazvanN
Oct 11, 2017
ZombineDev
Oct 11, 2017
ZombineDev
August 07, 2014
https://issues.dlang.org/show_bug.cgi?id=6409

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
June 27, 2016
https://issues.dlang.org/show_bug.cgi?id=6409

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com

--- Comment #1 from Jack Stouffer <jack@jackstouffer.com> ---
What's the rationale? Why not just aa.length == 0?

--
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=6409

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
September 07, 2017
https://issues.dlang.org/show_bug.cgi?id=6409

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
I agree with @JackStouffer here, I don't see the point when you have aa.length. Should we close this?

--
September 07, 2017
https://issues.dlang.org/show_bug.cgi?id=6409

--- Comment #3 from Andrei Alexandrescu <andrei@erdani.com> ---
Let's support empty for AAs for uniformity. Thanks.

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

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |17894

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

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com

--- Comment #4 from ZombineDev <petar.p.kirov@gmail.com> ---
PR: https://github.com/dlang/phobos/pull/5726

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

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/bf1c17838214d596f6e388929ad7e22147ba09f8 Fix Issue 6409 - std.array.empty for associative arrays too

https://github.com/dlang/phobos/commit/5a9cbe9c30647f1acc9736adaf33eca63693e706 Merge pull request #5726 from RazvanN7/Issue_6409

Fix Issue 6409 - std.array.empty for associative arrays too merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=6409

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/bf1c17838214d596f6e388929ad7e22147ba09f8 Fix Issue 6409 - std.array.empty for associative arrays too

https://github.com/dlang/phobos/commit/5a9cbe9c30647f1acc9736adaf33eca63693e706 Merge pull request #5726 from RazvanN7/Issue_6409

--