Thread overview
[Issue 13089] Spurious 'is not nothrow' error on static array initialization
Jul 10, 2014
Kenji Hara
July 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13089

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3738

--
July 20, 2014
https://issues.dlang.org/show_bug.cgi?id=13089

github-bugzilla@puremagic.com changed:

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

--
July 20, 2014
https://issues.dlang.org/show_bug.cgi?id=13089

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

https://github.com/D-Programming-Language/dmd/commit/60ae165eb1ea2980c0b57a82c035a36d4f8f0176
fix Issue 13089 - Spurious 'is not nothrow' error on static array
initialization

https://github.com/D-Programming-Language/dmd/commit/a4c76af062d11fbe465ae5a85eb9c0d23c7d4620 Merge pull request #3738 from 9rnsr/fix13089

Issue 13089 - Spurious 'is not nothrow' error on static array initialization

--
July 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13089

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/82a80a9ebbc30e894d9fe01ae55e6d8145aae24b Merge pull request #3738 from 9rnsr/fix13089

Issue 13089 - Spurious 'is not nothrow' error on static array initialization

--
August 22, 2014
https://issues.dlang.org/show_bug.cgi?id=13089

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/82a80a9ebbc30e894d9fe01ae55e6d8145aae24b Merge pull request #3738 from 9rnsr/fix13089

--
December 10, 2017
https://issues.dlang.org/show_bug.cgi?id=13089

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

https://github.com/dlang/dmd/commit/404c11c8470c90f05d70c202d65b52fe326ed0d7 Add field to give struct used in testing issue 13089 a size.

https://github.com/dlang/dmd/commit/c6829a8d2374dd9398e763ede1f4377482688942 Merge pull request #7417 from ibuclaw/emptyaggr

Add field to give struct used in testing issue 13089 a size. merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=13089

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

https://github.com/dlang/dmd/commit/404c11c8470c90f05d70c202d65b52fe326ed0d7 Add field to give struct used in testing issue 13089 a size.

https://github.com/dlang/dmd/commit/c6829a8d2374dd9398e763ede1f4377482688942 Merge pull request #7417 from ibuclaw/emptyaggr

--