Re: [Issue 8150] Throwing nothrow struct constructor?

2012-09-25 Thread monarch_dodra
On Monday, 24 September 2012 at 16:49:55 UTC, bearophile_h...@eml.cc wrote: http://d.puremagic.com/issues/show_bug.cgi?id=8150 bearophile_h...@eml.cc changed: What|Removed |Added

[Issue 8150] Throwing nothrow struct constructor?

2012-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2012-09-25 06:51:38 PDT --- (In reply to comment #4) Now compiling this code: struct Foo { this(int) nothrow { // line 2 throw new Exception(something); } } void main()

[Issue 8150] Throwing nothrow struct constructor?

2012-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 --- Comment #7 from Kenji Hara k.hara...@gmail.com 2012-09-25 06:56:50 PDT --- (In reply to comment #5) Could you also check that a nothrow constructor can still throw an Error please? From related:

[Issue 8150] Throwing nothrow struct constructor?

2012-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 --- Comment #8 from monarchdo...@gmail.com 2012-09-25 07:04:01 PDT --- (In reply to comment #7) (In reply to comment #5) Could you also check that a nothrow constructor can still throw an Error please? From related:

[Issue 8150] Throwing nothrow struct constructor?

2012-09-24 Thread d-bugmail
/c519a4d9dcc8b65aaadba2f30fdecf63bec5df99 fix Issue 8150 - Throwing nothrow struct constructor? https://github.com/D-Programming-Language/dmd/commit/36e0a9b975941aac4bf5bd6fd044e6acbf2504e9 Merge pull request #1138 from 9rnsr/fix8150 Issue 8150 - Throwing nothrow struct constructor? -- Configure issuemail: http://d.puremagic.com

[Issue 8150] Throwing nothrow struct constructor?

2012-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8150] Throwing nothrow struct constructor?

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 --- Comment #2 from github-bugzi...@puremagic.com 2012-09-22 23:43:35 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 8150] Throwing nothrow struct constructor?

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1