[Issue 7848] pure and nothrow ignored on unittest blocks

2013-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7848


Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 7848] pure and nothrow ignored on unittest blocks

2013-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7848



--- Comment #2 from github-bugzi...@puremagic.com 2013-06-07 21:07:56 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/da5c0cfbd5f8e66dd0bbc180c424f3d58686bd4c
fix Issue 7848 - pure and nothrow ignored on unittest blocks

https://github.com/D-Programming-Language/dmd/commit/21c30ac9dea49cfc234e8f2268efe09a21b630c8
Merge pull request #2142 from 9rnsr/fix7848

Issue 7848 - pure and nothrow ignored on unittest blocks

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 7848] pure and nothrow ignored on unittest blocks

2013-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7848


Kenji Hara  changed:

   What|Removed |Added

   Keywords||pull
Version|unspecified |D2
Summary|pure ignored on unittest|pure and nothrow ignored on
   |blocks  |unittest blocks


--- Comment #1 from Kenji Hara  2013-06-06 21:04:05 PDT ---
Same bug exists for nothrow unittest

void func() {}
nothrow unittest { func(); }

Compiler fix:
https://github.com/D-Programming-Language/dmd/pull/2142

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---