Hi,

I'm wondering how to programmatically compile a method. I tried using a variant of
    ClassDescription>>compile:*:notifying:
However, on a method with undeclared variables, when the Transcript is open there seems to be no way to avoid a message being written there. Further, the requestor passed as a notifier in the above method is not even notified when the compilation context is not interactive.

What is the correct way to use the compiler programmatically and in a non interactive batch, still being able to catch all the compilation errors and warnings?

Thanks
Raffaello

Reply via email to