Dec. 23, 2009
10:22 p.m.
Follow up. Why is #compile: not silent? The method is only ever used in tests, where (as I would expect) logging of compilations is not what you want. --AA PS: I know there is #compileSilently:classified:notifying:, but if we know that compilation *without* classification and notification is only ever used in tests, why not pick the shortest possible name fro that so our tests are more readable?