Re: Errors & Warnings not being cleared
Re: Errors & Warnings not being cleared
- Subject: Re: Errors & Warnings not being cleared
- From: Markian Hlynka <email@hidden>
- Date: Mon, 27 Jun 2005 23:58:15 -0600
This is, believe it or not, correct and intended behavior. If you want a list of just what errors and warnings transpired on the last click of your Build command, you can use the list in the Build Results window (or tab, in the All in One layout).
The Errors and Warnings smartgroup is meant to be persistent. It solves the problem of people who do a build, get a bunch of warnings in a bunch of files, fix the warnings/errors in one file, and recompile that file. That clears all warnings in the Build Results window (as expected). But if there were still unfixed warnings in other files, you'd lose that information, because the files actually did compile, and the only way to get the "lost" warnings back would be a rather expensive full clean and rebuild.
The E&W Smartgroup caches all warnings for each file until each has been recompiled without warnings.
Chris
brilliant. I love it!
I was bemoaning exactly that problem the other day, trying to determine if two slightly different versions had the same warnings.
kudos,
Markian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden