[Issue 9960] Show warnings/deprecations during template instantiation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 19 00:04:56 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9960



--- Comment #2 from Lionello Lunesu <lio+bugzilla at lunesu.com> 2013-04-19 00:04:55 PDT ---
The highest priority would be to solve the case when deprecations are reported
as errors. This case currently prevents a template instantiation and swallows
the deprecation message, only showing the final instantiation failure. A
template that would otherwise get picked will suddenly not be considered,
without any further information. 

In fact, a different template might get picked with "-de" compared to the
default "-dw" so we shouldn't ever gag deprecation errors during template
instantiation, no matter whether "-v" was specified or not.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list