unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: emacs-devel@gnu.org
Subject: Re: Emacs on OS X development
Date: Tue, 31 Jul 2012 03:38:05 +0200	[thread overview]
Message-ID: <874noolngi.fsf@wanadoo.es> (raw)
In-Reply-To: 5017125F.7090503@cs.ucla.edu

Paul Eggert <eggert@cs.ucla.edu> writes:

> On 07/29/2012 09:48 PM, Óscar Fuentes wrote:
>> using branches for ports would help to determine
>> where the bug was introduced
>
> I don't see why.  In either case, one must look
> at the history.  With branches, the history is less
> complicated to some extent (because one sometimes needs to look
> only at one branch's history) but more complicated in
> other respects (because one must sometimes look at
> another branch's history, if a merge introduces
> a problem);

If a merge introduced a problem into a branch, the merged history
already is in that branch, i.e. no need to look at the other branch.

If a bug is reproducible on the "canonical" or master branch (let's say
that it is the one devoted to GNU/Linux and compatible systems) you
don't need to walk through unrelated, port-specific commits while
searching for suspects. If the bug is known to affect only a given port,
you don't need to isolate the port-specific commits from the rest, as
the DAG will show them nicely. Plus, bisection effort is greatly
reduced.

IMO, the idea of using a branch per port is not something that would
bring in great advantages to Emacs. I think of it as something to
consider. At some point in the past I devoted a slice of time to study
the Emacs C sources and it was a bit of an inconvenience to discriminate
which parts contained the relevant code, among so much obsolete stuff
(quite a bit of that was cleared since) and port-specific code that was
either intermixed with the rest (there are some #ifdef...#endif chunks
that comprise hundreds of lines!) or on files that becomes noise on the
listings. If emacs goes the route of adidng new ports to the core source
base, those annoyances would become worse and worse. I know of projects
that, for every platform they support, the number of relevant files is a
minority within the whole set. Not saying that Emacs will reach that
state anytime soon, but it is something that is better to avoid, if
possible, even while it is a lesser problem.

[snip]




  reply	other threads:[~2012-07-31  1:38 UTC|newest]

Thread overview: 135+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-12  4:06 Emacs on OS X development Lars Magne Ingebrigtsen
2011-09-12  7:23 ` Rasmus
2011-09-12  7:59   ` Glenn Morris
2011-09-13 16:37 ` Adrian Robert
2011-09-13 17:51   ` John Wiegley
2011-09-13 18:27     ` Glenn Morris
2011-09-13 18:43       ` John Wiegley
2011-09-13 18:56         ` Glenn Morris
2011-09-13 19:19           ` David Reitter
2011-09-14  1:13         ` Leo
2011-09-14  1:31           ` Stefan Monnier
2012-07-13  0:23             ` John Wiegley
2012-07-13  0:57               ` Paul Michael Reilly
2012-07-13  1:18                 ` chad
2012-07-13  1:07               ` chad
2012-07-13  3:12                 ` John Wiegley
2012-07-20 13:51                 ` Ted Zlatanov
2012-07-21  9:40                   ` Pavlo Martynenko
2012-07-21 14:02                     ` Michael Albinus
2012-07-24  6:39                       ` Pavlo Martynenko
2012-07-25 13:11                         ` Michael Albinus
2012-07-21 16:53                     ` chad
2012-07-24 13:04                       ` Pavlo Martynenko
2012-07-24 14:45                         ` Ted Zlatanov
2012-07-25  3:00                           ` John Wiegley
2012-07-25 14:41                             ` Ted Zlatanov
2012-07-26 22:58                               ` YAMAMOTO Mitsuharu
2012-07-29 17:58                                 ` Donald Curtis
2012-07-29 22:31                                 ` Ted Zlatanov
2012-07-30  0:04                                   ` Óscar Fuentes
2012-07-30  3:25                                     ` Eli Zaretskii
2012-07-30  4:48                                       ` Óscar Fuentes
2012-07-30  5:06                                         ` Eli Zaretskii
2012-07-30 22:40                                         ` Stefan Monnier
2012-07-30 23:01                                         ` Paul Eggert
2012-07-31  1:38                                           ` Óscar Fuentes [this message]
2012-07-31 13:50                                         ` Nix
2012-07-31 15:58                                     ` Ted Zlatanov
2012-08-02  5:16                                   ` YAMAMOTO Mitsuharu
2012-08-03 21:15                                     ` Dave Abrahams
2012-07-31 18:31                               ` Adrian Robert
2012-08-03 20:08                                 ` Ted Zlatanov
2012-08-03 20:28                                   ` Adrian Robert
2012-08-05 12:51                                     ` Jan Djärv
2012-12-21 17:20                                       ` Ted Zlatanov
2012-12-23 14:50                                         ` Jan Djärv
2012-12-24  0:23                                           ` YAMAMOTO Mitsuharu
2012-12-24 10:22                                             ` Jan Djärv
2012-07-25  7:17                         ` chad
2012-07-27 12:17                           ` Pavlo Martynenko
2012-07-22  9:31                     ` Stefan Monnier
2012-07-22 22:16                       ` Paul Michael Reilly
2012-07-23  7:26                         ` Ivan Andrus
2012-07-23  8:46                         ` Stefan Monnier
2012-07-23 13:52                           ` Paul Michael Reilly
2012-07-23 19:45                       ` John Wiegley
2012-07-23 20:11                         ` Eli Zaretskii
2012-07-23 23:12                           ` John Wiegley
2012-07-23 20:20                         ` Paul Eggert
2012-07-23 23:13                           ` John Wiegley
2012-07-23 20:46                         ` Jan Djärv
2012-07-23 21:17                           ` Paul Michael Reilly
2012-07-23 21:28                             ` Jan Djärv
2012-07-23 23:26                               ` Stefan Monnier
2012-07-24  6:25                                 ` Jan Djärv
2012-07-24  8:36                                   ` YAMAMOTO Mitsuharu
2012-07-25  7:27                                     ` Jan Djärv
2012-07-25  8:15                                       ` YAMAMOTO Mitsuharu
2012-07-24  9:01                                   ` Stefan Monnier
2012-07-25  7:38                                     ` Jan Djärv
2012-07-24 16:09                                   ` Eli Zaretskii
2012-07-25  7:43                                     ` Jan Djärv
2012-07-23 23:15                           ` John Wiegley
2012-07-23 23:40                             ` chad
2012-07-23 21:45                         ` chad
2012-07-23 23:00                           ` John Wiegley
2012-07-24  1:13                           ` Leo
2012-07-23 18:57                     ` Ted Zlatanov
2012-07-13  3:28               ` Le Wang
2012-07-13 10:02               ` Jan Djärv
2012-07-13 10:45                 ` Ivan Andrus
2012-07-14  8:39                   ` Jan Djärv
2012-07-13 12:09               ` Stefan Monnier
2012-07-13 14:00                 ` René Kyllingstad
2012-07-13 17:48                   ` John Wiegley
2012-07-13 18:16                     ` Jan Djärv
2012-07-13 19:07                       ` Glenn Morris
2012-07-13 19:54                       ` John Wiegley
2012-07-13 20:12                         ` Paul Michael Reilly
2012-07-13 20:32                           ` Ivan Andrus
2012-07-13 21:04                           ` John Wiegley
2012-07-13 21:44                             ` chad
2012-07-13 22:30                               ` John Wiegley
2012-07-14 10:35                               ` Sudish Joseph
2012-07-14  9:00                         ` Jan Djärv
2012-07-14 22:56                           ` John Wiegley
2012-07-15  0:54                             ` Chong Yidong
2012-07-15  2:45                               ` YAMAMOTO Mitsuharu
2012-07-15  3:40                               ` John Wiegley
2012-07-15 13:12                                 ` Paul Michael Reilly
2012-07-15 17:50                                   ` chad
2012-07-15 21:20                                     ` Donald Curtis
2012-07-15 21:34                                     ` Donald Curtis
2012-07-15 22:11                                       ` chad
2012-07-15 22:22                                       ` David Reitter
2012-07-18  0:16                                       ` YAMAMOTO Mitsuharu
2012-07-18  2:56                                         ` John Wiegley
2012-07-18  3:42                                           ` YAMAMOTO Mitsuharu
2012-07-18  8:21                                             ` Pavlo Martynenko
2012-07-18 20:43                                             ` Donald Curtis
2012-07-18 21:03                                               ` chad
2012-07-19  8:12                                               ` Jan Djärv
2012-07-18 17:19                                         ` Richard Stallman
2012-07-19 13:31                                           ` Pavlo Martynenko
2012-07-15 22:19                               ` David Reitter
2012-07-16  2:20                             ` Richard Stallman
2012-07-17 10:18                               ` Pavlo Martynenko
2012-07-17 12:14                                 ` William Stevenson
2012-07-15 21:52                         ` Stefan Monnier
2012-07-13 17:48                 ` John Wiegley
2011-09-14  2:21           ` chad
2011-09-14  3:00             ` Lars Magne Ingebrigtsen
2011-09-14 12:54           ` Jan D.
2011-09-13 19:51   ` Jan Djärv
2011-09-13 19:57     ` Adrian Robert
2011-09-13 20:33       ` Jan Djärv
2011-09-13 20:05   ` Richard Stallman
2011-09-13 21:47     ` John Wiegley
2011-09-14  1:59       ` Richard Stallman
2011-09-14  2:09         ` John Wiegley
2011-09-14 14:10           ` Richard Stallman
2011-09-14 14:30             ` Stephen Eilert
2011-09-14 18:06               ` Glenn Morris
2011-09-15  4:11               ` Richard Stallman
2012-07-13  1:14             ` Samuel Bronson

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=874noolngi.fsf@wanadoo.es \
    --to=ofv@wanadoo.es \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).