all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Eric S. Raymond" <esr@thyrsus.com>
Cc: Karl Fogel <kfogel@red-bean.com>, Eli Zaretskii <eliz@gnu.org>,
	emacs-devel@gnu.org
Subject: Re: Repo cpnversion progress report
Date: Fri, 31 Jan 2014 18:16:25 -0500	[thread overview]
Message-ID: <jwv1tznzrho.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20140131215124.GB19192@thyrsus.com> (Eric S. Raymond's message of "Fri, 31 Jan 2014 16:51:24 -0500")

> <2010-08-05T23:34:12Z!dann@ics.uci.edu> append "\nFixes bug 2317"

(with-nitpick-mode
 Should be "\nFixes bug#2317")

> There is a real cost to burdening the commit comments with an
> ever-increasing load of fossil data.  As Paul Eggert pointed out in
> connection with references, this will scale badly over time.

For the "Fixes bug#NNN", this cost is not does not accumulate: it was
there already and we just translate it in another form.

For the references, it is true that they can accumulate.  But we
shouldn't say "Bazaar revision NNNN; CVS revision 1.MM; RCS revision 1.PP".
Instead we should only keep the original reference text (in the above
case it would be "RCS 1.PP"), so they don't accumulate either.

> Additionally, while none of these processing steps (or many others like
> them) are difficult in principle, they accumulate to a huge load
> of work for me.

To reduce the load, you can just skip the "conversion to action stamps".
I think it's more important to preserve their correctness (i.e. not
touch them) than to make them easy to use.

> Accordingly, I want to hear a use-case analysis.  That is, rather than
> relatively vague hand-waving about forensics I want somebody with a
> stake in the process *other than me* to lay out a set of user stories
> about what kinds of navigation and lookup we want to support, so that
> potential data representations (map file, in-commit comments, etc.)
> can be checked against those stories.

I know I won't be using any external data file because I need such
a thing rarely enough that I won't remember where the file is or which
command to use for that.

Also they're rare enough that it's OK if it takes a while to figure out
what it's referring to.

> Here's an example of a user story:  Someone is reading the emacs-devel
> archives and reads mail containing a reference to an Emacs change by
> Bazaar revision.  How does he get to the corresponding git revision?

He doesn't and moves on.  Or he goes back to the old Bzr repository to
figure it out.

For fixes it's very different.  The way it works is: vc-annotate tells
me the code was changed in commit NNNN and that commit says it's linked
to bug#MMMM so I go check bug#MMMM to try and understand why the code is
the way it is.  This is a fairly common occurrence, and it's common to
use the bug#NNNN reference as an "excuse" to keep the commit log
shorter, so it's important to preserve this info.


        Stefan



  parent reply	other threads:[~2014-01-31 23:16 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30 19:55 Repo cpnversion progress report Eric S. Raymond
2014-01-30 20:11 ` Andreas Schwab
2014-01-30 20:27   ` Eric S. Raymond
2014-01-30 22:04     ` Andreas Schwab
2014-01-30 21:23 ` Eli Zaretskii
2014-01-30 21:42   ` Eric S. Raymond
2014-01-31  7:50     ` Eli Zaretskii
2014-01-31 15:25       ` Eric S. Raymond
2014-01-31 15:57         ` David Kastrup
2014-01-31 16:15         ` Eli Zaretskii
2014-01-31 17:31       ` Karl Fogel
2014-01-31 17:56         ` Juanma Barranquero
2014-01-31 19:23           ` Eric S. Raymond
2014-01-31 19:55             ` Juanma Barranquero
2014-01-31 20:30             ` Eli Zaretskii
2014-01-31 21:20             ` Sean Sieger
2014-01-31 21:22             ` Sean Sieger
2014-02-01  9:38             ` David Kastrup
2014-01-31 19:31           ` Karl Fogel
2014-01-31 20:18             ` Eli Zaretskii
2014-02-01 11:04             ` Richard Stallman
2014-01-31 18:16         ` Eric S. Raymond
2014-01-31 19:44           ` Paul Eggert
2014-01-31 21:07             ` Eric S. Raymond
2014-02-01  0:05               ` Paul Eggert
2014-02-01  0:25                 ` Juanma Barranquero
2014-02-01  4:19                 ` Eric S. Raymond
2014-02-01  8:40                 ` Eli Zaretskii
2014-02-02  1:03                 ` Stefan Monnier
2014-01-31 21:03           ` Stefan Monnier
2014-01-31 21:51             ` Eric S. Raymond
2014-01-31 23:15               ` Jan D.
2014-02-01  4:22                 ` Eric S. Raymond
2014-01-31 23:16               ` Stefan Monnier [this message]
2014-02-01  4:26                 ` Eric S. Raymond
2014-02-01 11:04                 ` Eli Zaretskii
2014-02-02  0:58                   ` Stefan Monnier
2014-02-02 10:24                     ` Eric S. Raymond

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv1tznzrho.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=esr@thyrsus.com \
    --cc=kfogel@red-bean.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.