Thread overview
[Issue 23100] empty array literal passed to scope param not 'falsey' anymore
May 10, 2022
Dlang Bot
May 16, 2022
Dlang Bot
Jul 09, 2022
Dlang Bot
May 10, 2022
https://issues.dlang.org/show_bug.cgi?id=23100

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14105 "Fix issue 23100 - empty array literal passed to scope param not 'fals…" fixing this issue:

- Fix issue 23100 - empty array literal passed to scope param not 'falsey' anymore

https://github.com/dlang/dmd/pull/14105

--
May 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23100

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14105 "Fix issue 23100 - empty array literal passed to scope param not 'fals…" was merged into stable:

- 1fbbd277d3479a1b4b813b3e38c3fdc15900d446 by Dennis Korpel:
  Fix issue 23100 - empty array literal passed to scope param not 'falsey'
anymore

https://github.com/dlang/dmd/pull/14105

--
July 09, 2022
https://issues.dlang.org/show_bug.cgi?id=23100

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14280 "merge stable" was merged into master:

- 8ef32fa8af53bc709c1cbdeb1fbb47444da94e2b by Dennis:
  Fix issue 23100 - empty array literal passed to scope param not 'falsey'
anymore (#14105)

https://github.com/dlang/dmd/pull/14280

--