[Issue 16492] support @nogc in debug{} blocks

2018-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16492

--- Comment #7 from Manu  ---
/dance

--


[Issue 16492] support @nogc in debug{} blocks

2018-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16492

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

https://github.com/dlang/dmd/commit/c582e10d3bb4c270a682c583dbc53f5d2f4dfc13
Fix Issue 16492 - support @nogc in debug{} blocks

https://github.com/dlang/dmd/commit/56940531b005903a90ecaf0314e9198812bc69db
Merge pull request #7882 from wilzbach/fix-16492

Fix Issue 16492 - support @nogc in debug{} blocks

--


[Issue 16492] support @nogc in debug{} blocks

2018-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16492

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16492] support @nogc in debug{} blocks

2018-02-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16492

Seb  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #5 from Seb  ---
All it took to do was _one_ line:

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

We could have fixed this a lot earlier...

--


[Issue 16492] support @nogc in debug{} blocks

2018-02-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16492

--- Comment #4 from Manu  ---
Well, maybe it should...

--


[Issue 16492] support @nogc in debug{} blocks

2018-02-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16492

Seb  changed:

   What|Removed |Added

 CC||greensunn...@gmail.com

--- Comment #3 from Seb  ---
> It already does that... no?

Yes, it does, but not for @nogc, @safe or nothrow.

--


[Issue 16492] support @nogc in debug{} blocks

2016-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16492

--- Comment #2 from Manu  ---
It already does that... no?

--


[Issue 16492] support @nogc in debug{} blocks

2016-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16492

Gary Willoughby  changed:

   What|Removed |Added

 CC||d...@nomad.so

--- Comment #1 from Gary Willoughby  ---
Perhaps take a look at ignoring `pure` in debug blocks too.

--