Re: warnings
From: Alexey Mahotkin <alexm_at_hsys.msk.ru>
Date: 2001-02-02 23:47:10 CET
>>>>> "BC" == Ben Collins-Sussman <sussman@newton.collab.net> writes:
BC> How on earth do we build warnings into this existing system? If now we
IMHO stack of warnings should be made singleton object (as in design
You could implement it in C using static stack somewhere in warning.c, and
init_warnings();
add_warning(msg);
list = get_warnings();
This does not require of you to change interface of any function, and will
--alexm
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.