2009/3/22 Will Coleda via RT <parrotbug-follo...@parrotcode.org>: > On Thu Jun 05 12:31:31 2008, coke wrote: >> 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.) > > Not only are there no more lisp files, there's no more language directory. We > should be able > to remove any workarounds that were introduced for this issue. >
Done in r37647. François > -- > Will "Coke" Coleda > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-dev > >