March 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19719

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #9464 "fix Issue 19719 - Debugging string mixins using -mixin doesn't work" fixing this issue:

- fix Issue 19719 - Debugging string mixins using -mixin doesn't work

  COFF: extend line number info to allow multiple segments in different source
files
  ensure empty line after mixin expansion

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

--
April 05, 2019
https://issues.dlang.org/show_bug.cgi?id=19719

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9464 "fix Issue 19719 - Debugging string mixins using -mixin doesn't work" was merged into master:

- 51dfe6b91872002418e5889cd2a90110cbb144b7 by Rainer Schuetze:
  fix Issue 19719 - Debugging string mixins using -mixin doesn't work

  COFF: extend line number info to allow multiple segments in different source
files
  ensure empty line after mixin expansion

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

--