Thread overview
[Issue 21120] Inconsistent mangling of __init symbol
Aug 29, 2020
Dlang Bot
Aug 29, 2020
Dlang Bot
Sep 11, 2020
Dlang Bot
August 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21120

johanengelen@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry

--
August 29, 2020
https://issues.dlang.org/show_bug.cgi?id=21120

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke created dlang/dmd pull request #11645 "Fix Issue 21120 - Inconsistent mangling of __init symbol" fixing this issue:

- Fix Issue 21120 - Inconsistent mangling of __init symbol

  The mangling code previously assumed no identifier would ever start at
  buffer offset 0. Get rid of that assumption by storing offset+1.

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

--
August 29, 2020
https://issues.dlang.org/show_bug.cgi?id=21120

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 #11645 "Fix Issue 21120 - Inconsistent mangling of __init symbol" was merged into stable:

- 4e863aa3532480abe5832b2448904bdf8e441ddf by Martin Kinkelin:
  Fix Issue 21120 - Inconsistent mangling of __init symbol

  The mangling code previously assumed no identifier would ever start at
  buffer offset 0. Get rid of that assumption by storing offset+1.

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

--
September 11, 2020
https://issues.dlang.org/show_bug.cgi?id=21120

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11718 "merge stable" was merged into master:

- 28c0276975b9c395af0b7a8912a7c1d074166768 by Martin Kinkelin:
  Fix Issue 21120 - Inconsistent mangling of __init symbol

  The mangling code previously assumed no identifier would ever start at
  buffer offset 0. Get rid of that assumption by storing offset+1.

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

--