Thread overview
[Issue 8487] Semantic analysis of templates is insanely slow
Aug 18, 2014
Jonathan M Davis
Oct 10, 2019
RazvanN
August 18, 2014
https://issues.dlang.org/show_bug.cgi?id=8487

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #9 from hsteoh@quickfur.ath.cx ---
std.metastrings has since been deprecated and removed, and replaced with std.format. Does this issue still occur?

--
August 18, 2014
https://issues.dlang.org/show_bug.cgi?id=8487

--- Comment #10 from Jonathan M Davis <jmdavisProg@gmx.com> ---
std.metastrings is no longer with us, but I'd be very surprised if the problem with template performance were fixed. Clearly, a new example is needed though ,since std.metastrings has finally been removed.

--
October 10, 2019
https://issues.dlang.org/show_bug.cgi?id=8487

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

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

--- Comment #11 from RazvanN <razvan.nitu1305@gmail.com> ---
I'm going to close this as there is no test case. Feel free to submit a new issue if a new test case appears.

--