Thread overview
[Issue 17398] Partial template struct instantiation with __FILE__ leading to link error
May 14, 2017
Johan Engelen
May 14, 2017
Johan Engelen
May 14, 2017
Johan Engelen
May 16, 2017
Vladimir Panteleev
Aug 17, 2021
RazvanN
May 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17398

Johan Engelen <jbc.engelen@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry

--
May 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17398

--- Comment #1 from Johan Engelen <jbc.engelen@gmail.com> ---
Related vaguely related issues I found:
 https://issues.dlang.org/show_bug.cgi?id=4767
 https://issues.dlang.org/show_bug.cgi?id=14662

--
May 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17398

--- Comment #2 from Johan Engelen <jbc.engelen@gmail.com> ---
Also related: https://issues.dlang.org/show_bug.cgi?id=15318
(for the given testcase, the fix proposed by David in issue 15318 does not make
a difference, but it does make a difference (for worse) for non-circular import
testcase)

--
May 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17398

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
           Severity|normal                      |regression

--- Comment #3 from Vladimir Panteleev <thecybershadow@gmail.com> ---
This is a regression.

Introduced in https://github.com/D-Programming-Language/dmd/pull/4944

--
August 17, 2021
https://issues.dlang.org/show_bug.cgi?id=17398

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #4 from RazvanN <razvan.nitu1305@gmail.com> ---
I cannot reproduce this with git HEAD. I am going to tentatively close this as FXED. @Johan please reopen if I am missing something.

--