[Issue 15676] The compiler does not preserve @disable while generating .di files

2017-03-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15676

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

https://github.com/dlang/dmd/commit/b2aa1ead04afb58e35513bfda439614125c656d4
Fix issue 15676 - Don't omit the attributes for the postblit constructor

https://github.com/dlang/dmd/commit/1205ca40e87b11d4a5f4a6e09b2a16eb8c3956e9
Merge pull request #6463 from LemonBoy/b15676

--


[Issue 15676] The compiler does not preserve @disable while generating .di files

2017-02-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15676

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

https://github.com/dlang/dmd/commit/b2aa1ead04afb58e35513bfda439614125c656d4
Fix issue 15676 - Don't omit the attributes for the postblit constructor

https://github.com/dlang/dmd/commit/1205ca40e87b11d4a5f4a6e09b2a16eb8c3956e9
Merge pull request #6463 from LemonBoy/b15676

--


[Issue 15676] The compiler does not preserve @disable while generating .di files

2017-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15676

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

   What|Removed |Added

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

--


[Issue 15676] The compiler does not preserve @disable while generating .di files

2017-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15676

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

https://github.com/dlang/dmd/commit/b2aa1ead04afb58e35513bfda439614125c656d4
Fix issue 15676 - Don't omit the attributes for the postblit constructor

https://github.com/dlang/dmd/commit/1205ca40e87b11d4a5f4a6e09b2a16eb8c3956e9
Merge pull request #6463 from LemonBoy/b15676

Fix issue 15676 - Don't omit the attributes for the postblit constructor

--


[Issue 15676] The compiler does not preserve @disable while generating .di files

2017-01-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15676

bitter.ta...@gmx.com changed:

   What|Removed |Added

 CC||bitter.ta...@gmx.com

--- Comment #1 from bitter.ta...@gmx.com ---
Covered by DMD's PR https://github.com/dlang/dmd/pull/6463

--