Thread overview
[Issue 14954] extern opaque struct instance doesn't compile
Nov 01, 2018
Jacob Carlborg
Feb 28, 2021
Dlang Bot
Feb 28, 2021
Dlang Bot
November 01, 2018
https://issues.dlang.org/show_bug.cgi?id=14954

Jacob Carlborg <doob@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob@me.com

--- Comment #1 from Jacob Carlborg <doob@me.com> ---
I just encountered the same issue.

--
February 28, 2021
https://issues.dlang.org/show_bug.cgi?id=14954

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #12240 "Fix 14954 - extern opaque struct instance doesn't compile" fixing this issue:

- Fix 14954 - extern opaque struct instance doesn't compile

  Don't raise an error if the `VarDeclaration` is marked as `extern`.

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

--
February 28, 2021
https://issues.dlang.org/show_bug.cgi?id=14954

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 #12240 "Fix 14954 - extern opaque struct instance doesn't compile" was merged into master:

- 35cfc07be66911ffedd46fe8d9a1caca9881144d by MoonlightSentinel:
  Fix 14954 - extern opaque struct instance doesn't compile

  Don't raise an error if the `VarDeclaration` is marked as `extern`.

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

--