> Whats wrong with GREP?

It doesn't show you the 'path' to the offending unit. The ideal output would
be something like:

unit a uses
   unit z
   unit x
   unit b uses
      unit wombat uses
          unit wibble uses
              unit irritant uses
                  unit offending

The best I could get from 'grep' would be to tell me that 'irritant' uses
'offending', which doesn't help me realise that the problem is that 'unit b'
is using 'wombat' for no good reason at all.

'grep' is fab though, but just not here :-)


> ----- Original Message -----
> From: "Kerry Sainsbury" <[EMAIL PROTECTED]>
> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 17, 2000 1:14 PM
> Subject: Re: [DUG]: Tracking uses clause
>
>
> > > My other alternative would be to delete the .pas and .dcu of the units
> not
> > > wanted and then see where the compiler falls over.
> >
> > Or just add a compilation error to the unwanted unit, and do a 'build'
>
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to