From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: emacs-devel@gnu.org
Subject: Re: master d20acfe: Fix Gnus registry pruning and sorting, and rename file
Date: Thu, 18 Dec 2014 23:26:22 +0800 [thread overview]
Message-ID: <87egrxq8rl.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 86egrxauz5.fsf@yandex.ru
[-- Attachment #1: Type: text/plain, Size: 556 bytes --]
Dmitry Gutov <dgutov@yandex.ru> writes:
> Hi!
>
>> branch: master
>> commit d20acfe06340953dce443795d28ac224a2223414
>> Author: Eric Abrahamsen <eric@ericabrahamsen.net>
>> Commit: Katsumi Yamaoka <yamaoka@jpl.org>
>
> This commit breaks compilation of Emacs master:
I just got a bunch of mean emails from the buildbot...
Sorry about that. I didn't know enough about the build process to
anticipate this failure -- I guess most-positive-fixnum isn't available
when batch-compiling?
I've attached a patch that puts things back the way they were.
Eric
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Revert-gnus-registry-slot-initform-to-previous-value.patch --]
[-- Type: text/x-diff, Size: 921 bytes --]
From c556f9b91e9a1d2d0fefb7440d49d09ba375b0fa Mon Sep 17 00:00:00 2001
From: Eric Abrahamsen <eric@ericabrahamsen.net>
Date: Thu, 18 Dec 2014 23:22:43 +0800
Subject: [PATCH] Revert gnus registry slot initform to previous value
* lisp/gnus/registry.el (registry-db): Hardcode an integer; using
most-positive-fixnum breaks compilation.
---
lisp/gnus/registry.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/gnus/registry.el b/lisp/gnus/registry.el
index d086d64..bd711e7 100644
--- a/lisp/gnus/registry.el
+++ b/lisp/gnus/registry.el
@@ -98,7 +98,7 @@
:type (or null float)
:documentation "The registry version.")
(max-size :initarg :max-size
- :initform most-positive-fixnum
+ :initform 5000000
:type integer
:custom integer
:documentation "The maximum number of registry entries.")
--
2.2.0
[-- Attachment #3: Type: text/plain, Size: 649 bytes --]
> Compiling gnus/gnus-registry.el
> Eager macro-expansion failure: (invalid-slot-type max-size integer most-positive-fixnum)
> Eager macro-expansion failure: (invalid-slot-type max-size integer most-positive-fixnum)
>
> In toplevel form:
> gnus/gnus-registry.el:88:1:Error: Invalid slot type: max-size, integer, most-positive-fixnum
> make[3]: *** [gnus/gnus-registry.elc] Error 1
> make[3]: Leaving directory `/home/gutov/vc/emacs/lisp'
> make[2]: *** [compile-main] Error 2
> make[2]: Leaving directory `/home/gutov/vc/emacs/lisp'
> make[1]: *** [lisp] Error 2
> make[1]: Leaving directory `/home/gutov/vc/emacs'
> make: *** [bootstrap] Error 2
next prev parent reply other threads:[~2014-12-18 15:26 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20141218112235.14020.81034@vcs.savannah.gnu.org>
[not found] ` <E1Y1ZAB-0003ek-Vw@vcs.savannah.gnu.org>
2014-12-18 14:33 ` master d20acfe: Fix Gnus registry pruning and sorting, and rename file Dmitry Gutov
2014-12-18 15:26 ` Eric Abrahamsen [this message]
2014-12-18 15:35 ` Andreas Schwab
2014-12-18 21:03 ` Paul Eggert
2014-12-19 1:41 ` Ted Zlatanov
2014-12-19 1:55 ` Eric Abrahamsen
2014-12-18 23:11 ` Katsumi Yamaoka
2014-12-19 7:39 ` [Emacs-diffs] " Glenn Morris
2014-12-19 12:18 ` Eric Abrahamsen
2014-12-20 11:19 ` Ted Zlatanov
2014-12-21 4:39 ` Eric Abrahamsen
2014-12-21 14:30 ` Stefan Monnier
2014-12-24 12:44 ` Ted Zlatanov
2014-12-24 12:46 ` Ted Zlatanov
2014-12-24 14:35 ` Eric Abrahamsen
2014-12-24 15:32 ` Ted Zlatanov
2014-12-25 4:27 ` Eric Abrahamsen
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=87egrxq8rl.fsf@ericabrahamsen.net \
--to=eric@ericabrahamsen.net \
--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 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.