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

Re: propose to print error stack in unreversed order

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-07-21 22:14:41 CEST

At 1:53 PM -0500 7/21/03, kfogel@collab.net wrote:
>In fact, as I thought about it, I couldn't come up with a case where
>one wouldn't want the outermost error printed last.

I think the difference between wanting outermost first or last, is
the difference between
        svn failingcommand
and
        svn failingcommand 2>&1 | more

That is: some common use patterns give easiest access to the first
lines, others to the last lines. No help there.

I can tell you that Python stacks (outermost first) drive me buggers,
because I'm so used to Java stacks (outermost last). But Java stacks
used to drive me nuts because they were inverted from adb stacks. Go
figure. I don't think there's any compelling argument to be had,
here.

-- 
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835-8090
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 21 22:15:34 2003

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.