Thread overview
[Issue 21025] Segfault for function contract -preview=dip1021
Jul 07, 2020
Dlang Bot
Jun 01, 2021
aminya
Dec 17, 2022
Iain Buclaw
Dec 17, 2022
Iain Buclaw
Jun 21, 2023
Dlang Bot
Jun 21, 2023
Dlang Bot
Jul 02
Dlang Bot
July 07, 2020
https://issues.dlang.org/show_bug.cgi?id=21025

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/druntime pull request #3150 "add core.bitop.bswap(ushort)" fixing this issue:

- fix Issue 21025 - add core.bitop.bswap(ushort)

https://github.com/dlang/druntime/pull/3150

--
June 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21025

aminya <aminyahyaabadi74@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aminyahyaabadi74@gmail.com

--- Comment #2 from aminya <aminyahyaabadi74@gmail.com> ---
I still face this issue when I build `-release`. It doesn't happen with `debug`.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21025

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21025

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
           Severity|normal                      |critical

--
June 21, 2023
https://issues.dlang.org/show_bug.cgi?id=21025

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 updated dlang/dmd pull request #15338 "Issue 21025 - Segfault for function contract -preview=dip1021" fixing this issue:

- Fix Issue 21025 - Segfault for function contract -preview=dip1021

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

--
June 21, 2023
https://issues.dlang.org/show_bug.cgi?id=21025

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15338 "Issue 21025 - Segfault for function contract -preview=dip1021" was merged into stable:

- 855325bcfa3eef1b1858d1784340ca9bbeda6f14 by RazvanN7:
  Fix Issue 21025 - Segfault for function contract -preview=dip1021

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

--
July 02
https://issues.dlang.org/show_bug.cgi?id=21025

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

- 5151974a130df567f277be5ae871afa614e38160 by Razvan Nitu:
  Fix Issue 21025 - Segfault for function contract -preview=dip1021 (#15338)

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

--