Thread overview
[Issue 23949] core.stdc.assert_ for FreeBSD and DragonFlyBSD is incorrect
[Issue 23949] core.stdc.assert_ for FreeBSD is incorrect
May 31, 2023
Dlang Bot
May 31, 2023
Dlang Bot
May 31, 2023
Dlang Bot
Jun 02, 2023
Dlang Bot
May 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23949

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ErnyTech created dlang/dmd pull request #15285 "Fix issue 23949 - core.stdc.assert_ for FreeBSD is incorrect" fixing this issue:

- Fix issue 23949 - core.stdc.assert_ for FreeBSD is incorrect

  Also add missing noreturn from previous PR

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

--
May 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23949

mail@ernestocastellotti.it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|core.stdc.assert_ for       |core.stdc.assert_ for
                   |FreeBSD is incorrect        |FreeBSD and DragonFlyBSD is
                   |                            |incorrect

--
May 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23949

--- Comment #2 from mail@ernestocastellotti.it ---
Also DragonFlyBSD is incorrect

--
May 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23949

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ErnyTech created dlang/dmd pull request #15286 "[BACKPORT] Fix issue 23949 - core.stdc.assert_ for FreeBSD is incorrect" mentioning this issue:

- [BACKPORT] Fix issue 23949 - core.stdc.assert_ for FreeBSD is incorrect

  I added an empty string as a default parameter so as not to break the users'
code in stable.
  Don't merge these changes into master.

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

--
May 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23949

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 #15285 "Fix issue 23949 - core.stdc.assert_ for FreeBSD is incorrect" was merged into stable:

- 8a8b9dc8a73859171afd4b23c0b187608d258378 by Ernesto Castellotti:
  Fix issue 23949 - core.stdc.assert_ for FreeBSD and DragonFlyBSD is incorrect

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

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

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

- 0df0e6e626f1ab677e1a26cba3d00e906239a191 by Ernesto Castellotti:
  Fix issue 23949 - core.stdc.assert_ for FreeBSD and DragonFlyBSD is incorrect

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

--