On Wed Jun 04 13:17:47 2008, bernhard wrote:
> On Mo. 09. Jul. 2007, 06:56:53, pcoch wrote:
> > In lib/Parrot/Distribution.pm there is the todo item:
> > 
> >     # XXX: lex_source_files() collects lisp files as well...  how to
> fix ???
> > 
> > We need to work out a nice way to stop the lisp files from being
> > collected and considered as lex files.
> 
> The current workaround is to not use 'get_lex_files()'
> Instead:
> 
>     map( $_->files_of_type('Lex file'),
> $self->lex_source_file_directories ),
> 
> is used. For self->lex_source_file_directories() there is a list of
> excemption dirs.
> 
> I have no idea whether this workaround is good enough for closing this
> ticket.

Given that lisp files aren't going to be in the parrot core, I think
handling this via exemption directory listings is fine. (we can just
exclude all of languages.)

Reply via email to