Thread overview
[Issue 22376] importC: Error: cannot use non-constant CTFE pointer in an initializer
Oct 10, 2021
Iain Buclaw
Oct 16, 2021
Dlang Bot
Oct 16, 2021
Dlang Bot
Oct 21, 2021
Dlang Bot
October 10, 2021
https://issues.dlang.org/show_bug.cgi?id=22376

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

--
October 16, 2021
https://issues.dlang.org/show_bug.cgi?id=22376

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13178 "fix Issue 22376 - importC: Error: cannot use non-constant CTFE pointe…" fixing this issue:

- fix Issue 22376 - importC: Error: cannot use non-constant CTFE pointer in an initializer

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

--
October 16, 2021
https://issues.dlang.org/show_bug.cgi?id=22376

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 #13178 "fix Issue 22376 - importC: Error: cannot use non-constant CTFE pointe…" was merged into stable:

- b74f78263884c86e19772225e7cd3083a405567d by Walter Bright:
  fix Issue 22376 - importC: Error: cannot use non-constant CTFE pointer in an
initializer

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

--
October 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22376

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

- cb5d8b85005ea585a1c9bf9485317935bc1c4389 by Walter Bright:
  fix Issue 22376 - importC: Error: cannot use non-constant CTFE pointer in an
initializer

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

--