[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] print conflict statistics after update/merge

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 18 Oct 2008 00:19:31 +0100

On Fri, Oct 17, 2008 at 08:22:17PM +0200, Daniel Shahaf wrote:
> Daniel Shahaf wrote on Fri, 17 Oct 2008 at 20:14 +0200:
> > Stefan Sperling wrote on Fri, 17 Oct 2008 at 18:40 +0100:
> > > On Fri, Oct 17, 2008 at 05:57:30PM +0200, Daniel Shahaf wrote:
> > > > > + if (nb->had_print_error)
> > > > > + return SVN_NO_ERROR;
> > > >
> > > > The docstring of 'had_print_error' says it's for error messages, not for
> > > > informational messages.
> > >
> > > That's not how it's being used.
> > > It's also used for messages like _("--- Merging differences between "
> > > "repository URLs into '%s':\n"),
> > >
> >
> > Are we talking about the same thing? had_print_error in notify.c is
> > used in exactly one place in the code -- in the 'print_error' label:
> >
>
> In other words, the other informational messages do try to print
> themselves even when had_print_error == TRUE. It is only the error from
> printf() that is suppressed.
>

Ah, I see what you mean now. Yes.

> (I'm just saying that it's inconsistent, not that your new code should
> be fixed.)

I will make my code consistent with the rest.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-18 01:19:57 CEST

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.