Identifier (...) is too long by X characters

Sean Kelly sean at f4.ca
Sun Jul 9 23:26:40 PDT 2006


Chris Nicholson-Sauls wrote:
> Tom S wrote:
>> ...DMD eats many many rams...
> 
> *Gasp!*  Those poor sheep/goats!
> 
> I would be interested in seeing exactly what your 'Input' mixin does.  
> The use of self-referancing returns to initialize it is pretty nifty 
> though.  Might be a way to get rid of the '.end' at the end, though?
> 
> The error baffles me, though.

Symbols are limited to ~255 chars on Win32.  I think it's a limitation 
of the object file format.  "symbol too long" errors are painfully 
common in C++, though they're typically truncated to the max length to 
allow for debugging.


Sean



More information about the Digitalmars-d-bugs mailing list