Thread overview
[Issue 23051] OpenBSD: Build broken on 2.100.0-beta.1 due to the inout attribute no longer implying the return attribute
Apr 24, 2022
Dlang Bot
Apr 24, 2022
Dlang Bot
Apr 24, 2022
Dlang Bot
May 03, 2022
Dlang Bot
April 24, 2022
https://issues.dlang.org/show_bug.cgi?id=23051

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibara created dlang/druntime pull request #3809 "2.100.0-beta.1 regression fix: Mark gcranges() with return attribute" fixing this issue:

- Mark gcranges() with return attribute

  Fix Issue 23051 - OpenBSD: Build broken on 2.100.0-beta.1 due to the inout
attribute no longer implying the return attribute

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

--
April 24, 2022
https://issues.dlang.org/show_bug.cgi?id=23051

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibara created dlang/druntime pull request #3810 "Mark gcRanges() with return attribute" fixing this issue:

- Mark gcRanges() with return attribute

  Fix Issue 23051 - OpenBSD: Build broken on 2.100.0-beta.1 due to the inout
attribute no longer implying the return attribute

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

--
April 24, 2022
https://issues.dlang.org/show_bug.cgi?id=23051

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/druntime pull request #3810 "Mark gcRanges() with return attribute" was
merged into stable:

- 75ef7961eef2920d76911984023069d32f4c7dd1 by Brian Callahan:
  Mark gcRanges() with return attribute

  Fix Issue 23051 - OpenBSD: Build broken on 2.100.0-beta.1 due to the inout
attribute no longer implying the return attribute

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

--
May 03, 2022
https://issues.dlang.org/show_bug.cgi?id=23051

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

- e361d200b287a68344095f306cf5ea3a63c080e1 by Brian Callahan:
  Mark gcRanges() with return attribute

  Fix Issue 23051 - OpenBSD: Build broken on 2.100.0-beta.1 due to the inout
attribute no longer implying the return attribute

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

--