Thread overview
[Issue 20101] BetterC: Template instantiation in CTFE only context should skip codegen / nogc / ... Phases
Jun 04, 2022
Walter Bright
Dec 17, 2022
Iain Buclaw
Jan 07, 2023
Dlang Bot
Jan 07, 2023
Walter Bright
Jan 07, 2023
Dlang Bot
Jan 08, 2023
Walter Bright
June 04, 2022
https://issues.dlang.org/show_bug.cgi?id=20101

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |betterC
                 CC|                            |bugzilla@digitalmars.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20101

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
January 07, 2023
https://issues.dlang.org/show_bug.cgi?id=20101

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 #14789 "fix Issue 20101 - BetterC: Template instantiation in CTFE only contex…" fixing this issue:

- fix Issue 20101 - BetterC: Template instantiation in CTFE only context should skip codegen

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

--
January 07, 2023
https://issues.dlang.org/show_bug.cgi?id=20101

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Noting that this worked in the __traits(compiles,...) was the clue I needed.
Thanks!

--
January 07, 2023
https://issues.dlang.org/show_bug.cgi?id=20101

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 #14789 "fix Issue 20101 - BetterC: Template instantiation in CTFE only contex…" was merged into master:

- ab2a21273c951f050be7aef1a1981ff0aefc1bad by Walter Bright:
  fix Issue 20101 - BetterC: Template instantiation in CTFE only context should
skip codegen

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

--
January 08, 2023
https://issues.dlang.org/show_bug.cgi?id=20101

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23606

--