[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue: WITH-COMPILATION-UNIT (Version 1)



> Proposal (WITH-COMPILATION-UNIT:NEW-MACRO):
> 
>   Add the following new macro:
> 
>    WITH-COMPILATION-UNIT &BODY forms				[Macro]
...
> Current Practice:
> 
>   Symbolics Genera does something similar to this internally, allowing
>   programs that compile whole systems of files to defer warnings until
>   the end.

The Explorer has an undocumented macro called
COMPILER:COMPILER-WARNINGS-CONTEXT-BIND which does just what you
propose.