Thread overview
[Issue 20852] core.sys.posix.sys.wait missing definitions on FreeBSD
May 23, 2020
Dlang Bot
May 23, 2020
Dlang Bot
May 24, 2020
Sergei Akhmatdinov
May 24, 2020
Dlang Bot
May 24, 2020
Dlang Bot
May 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20852

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@sakhmatd created dlang/druntime pull request #3113 "Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD" fixing this issue:

- Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD

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

--
May 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20852

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/druntime pull request #3113 "Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD" was merged into master:

- b73465838a70f703cc7f55f115b3293d32edee20 by Sergei Akhmatdinov:
  Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD

- 9ae8aa0aba4b85ba89598e591755b4789f8debe5 by Sergei Akhmatdinov:
  Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD

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

--
May 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20852

Sergei Akhmatdinov <sakhmatd@darkn.space> changed:

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

--- Comment #3 from Sergei Akhmatdinov <sakhmatd@darkn.space> ---
Upon further testing with the Vibe.d suite, it appears that the entire idtype_t struct from sys/wait.h is required for some parts of eventcore to compile.

After adding the missing id types, Vibe.d tests pass as intended.

--
May 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20852

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@sakhmatd created dlang/druntime pull request #3115 "Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD" fixing this issue:

- Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD

  Upon further testing with the Vibe.d suite, it appears that the entire
idtype_t
  struct from sys/wait.h is required for some parts of eventcore to compile.

  This commit adds all of the missing id types.

  After adding the missing id types, Vibe.d tests pass as intended.

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

--
May 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20852

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3115 "Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD" was merged into master:

- 4b70715194b6cbed8d77dda59df5faf5dfbda49f by Sergei Akhmatdinov:
  Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD

  Upon further testing with the Vibe.d suite, it appears that the entire
idtype_t
  struct from sys/wait.h is required for some parts of eventcore to compile.

  This commit adds all of the missing id types.

  After adding the missing id types, Vibe.d tests pass as intended.

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

--