[Issue 22310] Template instantiation failures can be *very* costly

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 15 17:21:26 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22310

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

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

--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
@kinke created dlang/dmd pull request #13075 "[stable] Fix Issue 22310 - Cache
failed template instantiations" fixing this issue:

- Fix Issue 22310 - Cache failed template instantiations

  Semantic is re-run anyway for error messages in case errors were
  gagged for the first instantiation but aren't gagged for the current
  instantiation, see line 5645.

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

--


More information about the Digitalmars-d-bugs mailing list