[Issue 480] too many initializers error message doesn't give line	number
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Nov  4 21:56:20 PST 2006
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=480
------- Comment #1 from wbaxter at gmail.com  2006-11-04 23:56 -------
Also these error messages are treated as fatal, when I don't think they need to
be.  I.e. as soon as you get one such message the compiler gives up.  This also
makes it more difficult than necessary to use the compiler error messages as a
way to count the length.  It means you have to fix one - recompile - fix one -
recompile - etc one by one until you have the lengths for all your arrays.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list