On Tue Aug 26 18:39:55 2008, rgrjr wrote: > From: Klaas-Jan Stol (via RT) <[EMAIL PROTECTED]> > Date: Tue, 26 Aug 2008 04:46:56 -0700 > > From PDD19: > > Identifiers don't have any limit on length at the moment, but some > sane-but-generous length limit may be imposed in the future (256 > chars, 1024 chars?). > > If the code already supports arbitrarily long identifiers, what is the > motivation for setting a limit? > > -- Bob Rogers > http://rgrjr.dyndns.org/ >
+1 If there isn't a technical reason why this is necessary, there's no reason to create such a limitation. If there is such a reason, just pick something big and make the code enforce it. The PDD should of course be kept in sync with reality, but that simply entails a simple edit/commit once the issue is settled.