[Issue 9401] destructor and nothrow syntax

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9401 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0a01e9403dc758ef5fe1e7b5f0e37299451f52a7 Move issue 9401 test case to

[Issue 9401] destructor and nothrow syntax

2015-03-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9401 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0a01e9403dc758ef5fe1e7b5f0e37299451f52a7 Move issue 9401 test case to

[Issue 9401] destructor and nothrow syntax

2013-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9401 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 9401] destructor and nothrow syntax

2013-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9401 --- Comment #5 from github-bugzi...@puremagic.com 2013-06-03 05:04:32 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dlang.org

[Issue 9401] destructor and nothrow syntax

2013-05-08 Thread d-bugmail
/48e97a5d59010d687d8833937f604f193b49cdf9 fix issue 9401 - destructor and nothrow syntax https://github.com/D-Programming-Language/dmd/commit/a959f220ce7d6191d2247b5355acb9755fbe8e36 Merge pull request #1979 from hpohl/9401 fix issues 8347, 8953 and 9401 - destructor and nothrow syntax -- Configure issuemail: http://d.puremagic.com

[Issue 9401] destructor and nothrow syntax

2013-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9401 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9401] destructor and nothrow syntax

2013-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9401 --- Comment #2 from monarchdo...@gmail.com 2013-04-29 03:38:25 PDT --- (In reply to comment #1) (In reply to comment #0) struct S { nothrow ~this() //LEGAL {} ~this() nothrow //ILLEGAL {} } Illegal:

[Issue 9401] destructor and nothrow syntax

2013-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9401 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru