Re: [PATCH] Bug 1474: Recursive Input

2007-05-24 Thread José Matos
On Monday 21 May 2007 09:49:46 Jean-Marc Lasgouttes wrote: Richard == Richard Heck [EMAIL PROTECTED] writes: Richard The attached patch partially addresses this bug. Not Richard completely, because it only checks if a file is including Richard itself and not if a file includes a file that

Re: [PATCH] Bug 1474: Recursive Input

2007-05-24 Thread Richard Heck
José Matos wrote: Richard The attached patch partially addresses this bug. Not Richard completely, because it only checks if a file is including Richard itself and not if a file includes a file that includes it Richard (etc). The places where the more general check would need to Richard be

Re: [PATCH] Bug 1474: Recursive Input

2007-05-24 Thread José Matos
On Monday 21 May 2007 09:49:46 Jean-Marc Lasgouttes wrote: > > "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: > > Richard> The attached patch partially addresses this bug. Not > Richard> completely, because it only checks if a file is including > Richard> itself and not if a file

Re: [PATCH] Bug 1474: Recursive Input

2007-05-24 Thread Richard Heck
José Matos wrote: >> Richard> The attached patch partially addresses this bug. Not >> Richard> completely, because it only checks if a file is including >> Richard> itself and not if a file includes a file that includes it >> Richard> (etc). The places where the more general check would need to >>

Re: [PATCH] Bug 1474: Recursive Input

2007-05-21 Thread Jean-Marc Lasgouttes
Richard == Richard Heck [EMAIL PROTECTED] writes: Richard The attached patch partially addresses this bug. Not Richard completely, because it only checks if a file is including Richard itself and not if a file includes a file that includes it Richard (etc). The places where the more general

Re: [PATCH] Bug 1474: Recursive Input

2007-05-21 Thread Jean-Marc Lasgouttes
> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: Richard> The attached patch partially addresses this bug. Not Richard> completely, because it only checks if a file is including Richard> itself and not if a file includes a file that includes it Richard> (etc). The places where the more

[PATCH] Bug 1474: Recursive Input

2007-05-19 Thread Richard Heck
The attached patch partially addresses this bug. Not completely, because it only checks if a file is including itself and not if a file includes a file that includes it (etc). The places where the more general check would need to be done are identified with FIXME RECURSIVE INPUT so that this can

Re: [PATCH] Bug 1474: Recursive Input

2007-05-19 Thread Richard Heck
This also addresses the new bug 3659. Richard Heck wrote: The attached patch partially addresses this bug. Not completely, because it only checks if a file is including itself and not if a file includes a file that includes it (etc). The places where the more general check would need to be

[PATCH] Bug 1474: Recursive Input

2007-05-19 Thread Richard Heck
The attached patch partially addresses this bug. Not completely, because it only checks if a file is including itself and not if a file includes a file that includes it (etc). The places where the more general check would need to be done are identified with FIXME RECURSIVE INPUT so that this can

Re: [PATCH] Bug 1474: Recursive Input

2007-05-19 Thread Richard Heck
This also addresses the new bug 3659. Richard Heck wrote: > The attached patch partially addresses this bug. Not completely, because > it only checks if a file is including itself and not if a file includes > a file that includes it (etc). The places where the more general check > would need to