[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue: WITH-COMPILATION-UNIT (Version 1)
- To: Kent M Pitman <KMP@STONY-BROOK.SCRC.Symbolics.COM>
 
- Subject: Re: Issue: WITH-COMPILATION-UNIT (Version 1)
 
- From: David N Gray <Gray@DSG.csc.ti.com>
 
- Date: Mon, 3 Oct 88  19:29:36 CDT
 
- Cc: CL-Compiler@SAIL.Stanford.EDU
 
- In-reply-to: Msg of Thu, 29 Sep 88 18:11 EDT from Kent M Pitman <KMP@STONY-BROOK.SCRC.Symbolics.COM>
 
- Sender: GRAY@Kelvin.csc.ti.com
 
> 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.