[Issue 7481] Compiler should 'soldier on' after template errors

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 10 23:35:19 PST 2012


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2012-02-10 23:35:18 PST ---
The place I'd like to get is to continue compiling anything that does not
depend on something that already failed. We're partway there with the way
expressions are evaluated.

For templates, it should try to instantiate one only if its arguments are free
of errors.

-- 
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