develooper Front page | perl.perl6.internals | Postings from January 2002

Re: CPP Namespace pollution

Thread Previous | Thread Next
From:
Dave Mitchell
Date:
January 28, 2002 03:58
Subject:
Re: CPP Namespace pollution
Message ID:
200201281157.LAA00689@gizmo.fdgroup.co.uk
Bryan C. Warnock" <bwarnock@capita.com> wrote:
> I count 86 violations of 8.3 in the tree.  8.3-friendly doesn't appear to be 
> a concern.

The files themselves don't have to be 8.3; however, they should be unique in

	lc( substr($base,0,8) . '.' . substr($suffix,0,3) )

Under that rule, I make it four:

duplicate: ./include/parrot/register.h -> ./include/parrot/register_funcs.h
duplicate: ./languages/miniperl/Miniperl -> ./languages/miniperl/miniperlc
duplicate: ./t/op/pmc_perlarray.t -> ./t/op/pmc_perlhash.t
duplicate: ./t/op/pmc_perlarray.t -> ./t/op/pmc_perlstring.t


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About