Thread overview
[Issue 19778] ICE when accessing empty array at compile time
Apr 02, 2019
RazvanN
Apr 03, 2019
Dlang Bot
Apr 03, 2019
Dlang Bot
Apr 05, 2019
Dlang Bot
April 02, 2019
https://issues.dlang.org/show_bug.cgi?id=19778

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

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

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Introduced by : https://github.com/dlang/dmd/pull/9200

--
April 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19778

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #9547 "Fix Issue 19778 - ICE when accessing empty array at compile time" fixing this issue:

- Fix Issue 19778 - ICE when accessing empty array at compile time

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

--
April 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19778

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9547 "Fix Issue 19778 - ICE when accessing empty array at compile time" was merged into master:

- 6974776b1f16a281fdb2e73d76d3a2ec7f2ee30a by RazvanN7:
  Fix Issue 19778 - ICE when accessing empty array at compile time

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

--
April 05, 2019
https://issues.dlang.org/show_bug.cgi?id=19778

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9563 "[dmd-cxx] Fix Issue 19778 - ICE when accessing empty array at compile time" was merged into dmd-cxx:

- dda95a1bef25a7647016e863cb4d05f563e53749 by RazvanN7:
  Fix Issue 19778 - ICE when accessing empty array at compile time

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

--