Thread overview
[Issue 19735] Error: variable extern symbols cannot have initializers
Mar 13, 2019
Iain Buclaw
Mar 13, 2019
Dlang Bot
Mar 14, 2019
Dlang Bot
Mar 15, 2019
Dlang Bot
March 13, 2019
https://issues.dlang.org/show_bug.cgi?id=19735

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
            Summary|Error: variab extern        |Error: variable extern
                   |symbols cannot have         |symbols cannot have
                   |initializers                |initializers

--
March 13, 2019
https://issues.dlang.org/show_bug.cgi?id=19735

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/dmd pull request #9451 "fix Issue 19734 - isDataseg returns true for non-static declarations" fixing this issue:

- fix Issue 19735 - Error: variable extern symbols cannot have initializers

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

--
March 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19735

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/dmd pull request #9451 "fix Issue 19734 - isDataseg returns true for non-static declarations" was merged into master:

- 792742d285a8bb5e23877ef3f7e50b69ad044dbf by Iain Buclaw:
  fix Issue 19735 - Error: variable extern symbols cannot have initializers

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

--
March 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19735

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9452 "[dmd-cxx]  fix Issue 19734 and 19735" was merged into dmd-cxx:

- d3062116f822d8e3d450f7bc50038b6e4a4b5c8d by Iain Buclaw:
  fix Issue 19735 - Error: variable extern symbols cannot have initializers

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

--