March 17, 2019
https://issues.dlang.org/show_bug.cgi?id=19747

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 #9459 "fix Issue 19747 - No debug line info for code in scope(exit)" fixing this issue:

- fix Issue 19747 - No debug line info for code in scope(exit)

  remove gratuitous requirement of ascending source

  testpdb.d now also supports registration free use of COM interfac to
msdia140.dll as used by VS2017 and VS2019

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

--
March 18, 2019
https://issues.dlang.org/show_bug.cgi?id=19747

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 #9459 "fix Issue 19747 - No debug line info for code in scope(exit)" was merged into master:

- 494913ded60ba275b8caae09a3a09ad478f750eb by Rainer Schuetze:
  fix Issue 19747 - No debug line info for code in scope(exit)

  remove gratuitous requirement of ascending source

  testpdb.d now also supports registration free use of COM interfac to
msdia140.dll as used by VS2017 and VS2019

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

--