all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Stefan Monnier <monnier@iro.umontreal.ca>,
	 "Eric S. Raymond" <esr@thyrsus.com>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: Witness computation - minor breakage in the build system
Date: Sun, 12 Jan 2014 14:51:14 -0800	[thread overview]
Message-ID: <52D31C62.1050303@cs.ucla.edu> (raw)
In-Reply-To: <jwvtxd8ygxo.fsf-monnier+emacs@gnu.org>

Stefan Monnier wrote:
> You mean all of the lisp/**/*.el files?  Bad idea:
> - it would fail to take into account new .el files (not a big deal, but
>    still: we're still in the "best effort" category).

That's a problem with the current approach too, no?
If I create an .el file, it's ignored -- unless
I futz with the repository too.

So this sounds like more of a 'make bootstrap'ish issue to me.
However, if it turns into a real problem in ordinary development
we can add a dependency on the lisp/** directories
as well as on the .el files.

> - it would cause re-dumping everytime you change a .el file, even tho in
>    99% of the cases the resulting loaddefs.el is the same.

That shouldn't be a problem.
Undumping should depend on the witness file,
not on the .el files directly; and the witness shouldn't
change unless one of the autoloads actually changed.




  reply	other threads:[~2014-01-12 22:51 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-12  4:37 Witness computation - minor breakage in the build system Eric S. Raymond
2014-01-12  4:50 ` Paul Eggert
2014-01-12  5:08   ` Eric S. Raymond
2014-01-12 14:52     ` Stefan Monnier
2014-01-12 14:57       ` Eric S. Raymond
2014-01-12 19:36         ` Stefan Monnier
2014-01-12 19:45           ` David Kastrup
2014-01-12 19:53             ` Andreas Schwab
2014-01-12 20:07               ` David Kastrup
2014-01-12 15:57     ` Eli Zaretskii
2014-01-12 14:51   ` Stefan Monnier
2014-01-12 15:56   ` Eli Zaretskii
2014-01-12 19:22     ` Paul Eggert
2014-01-12 19:43       ` Eric S. Raymond
2014-01-12 22:29         ` Stefan Monnier
2014-01-12 22:51           ` Paul Eggert [this message]
2014-01-13  3:14             ` Stefan Monnier
2014-01-13  3:44               ` Paul Eggert
2014-01-13  4:16                 ` Stefan Monnier
2014-01-13  6:27                   ` Paul Eggert
2014-01-13 14:06                     ` Stefan Monnier
2014-01-12 21:01       ` Eli Zaretskii
2014-01-12 19:15   ` Glenn Morris
2014-01-13  3:16 ` Glenn Morris

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=52D31C62.1050303@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=esr@thyrsus.com \
    --cc=monnier@iro.umontreal.ca \
    /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.