|
|
Choosing A Webhost: |
Re: [PATCH] VCP::Logger and STDOUT.: msg#00012version-control.revml
Applied, thanks. On Tue, Sep 07, 2004 at 07:04:43PM +0100, Chia-liang Kao wrote: > This breaks svk tests when delay loading VCP, as the the default > output is selected to a scalar. > > ---------------------------------------------------------------------- > r1050: clkao | 2004-09-07T18:01:46.084672Z > > Don't assume STDOUT was the old FH. > ---------------------------------------------------------------------- > --- local/lib/VCP/Logger.pm (revision 1049) > +++ local/lib/VCP/Logger.pm (revision 1050) > @@ -344,9 +344,9 @@ BEGIN { > ## Flush the LOG every print() so that we never miss data and > ## so that we can pass the log to child processes to emit STDOUT > ## and STDERR to. > - select LOG; > + *OLDFH = select LOG; > $| = 1; > - select STDOUT; > + select OLDFH; > > ## Print a header line guaranteed to start at the beginning of a > ## line. > > Cheers, > CLK
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: VCP status, Barrie Slaymaker |
|---|---|
| Next by Date: | Re: Expected revision inaccurate with Filter::map, Barrie Slaymaker |
| Previous by Thread: | [PATCH] VCP::Logger and STDOUT., Chia-liang Kao |
| Next by Thread: | Re: [PATCH] VCP::Logger and STDOUT., Chia-liang Kao |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |