Thread overview
[Issue 23758] [REG 2.103] Segfault accessing NewExp::argprefix from C++
Mar 03, 2023
Iain Buclaw
Mar 03, 2023
Iain Buclaw
Mar 03, 2023
Dlang Bot
Mar 04, 2023
Dlang Bot
Mar 16, 2023
Dlang Bot
March 03, 2023
https://issues.dlang.org/show_bug.cgi?id=23758

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
            Summary|[REG 2.103] Segfault        |[REG 2.103] Segfault
                   |accesses NewExp::argprefix  |accessing NewExp::argprefix
                   |from C++                    |from C++

--
March 03, 2023
https://issues.dlang.org/show_bug.cgi?id=23758

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Out of sync headers introduced by https://github.com/dlang/dmd/pull/14575

--
March 03, 2023
https://issues.dlang.org/show_bug.cgi?id=23758

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #14949 "fix Issue 23758 - [REG 2.103] Segfault accessing NewExp::argprefix from C++" fixing this issue:

- fix Issue 23758 - [REG 2.103] Segfault accessing NewExp::argprefix from C++

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

--
March 04, 2023
https://issues.dlang.org/show_bug.cgi?id=23758

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14949 "fix Issue 23758 - [REG 2.103] Segfault accessing NewExp::argprefix from C++" was merged into stable:

- 5d034520d77c14978162c8fea54735fabc758acc by Iain Buclaw:
  fix Issue 23758 - [REG 2.103] Segfault accessing NewExp::argprefix from C++

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

--
March 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23758

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

- 4ca4140e584c055a8a9bc727e56a97ebcecd61e0 by Iain Buclaw:
  fix Issue 23758 - [REG 2.103] Segfault accessing NewExp::argprefix from C++

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

--