|
From: | Lars Brinkhoff |
Subject: | Re: Recent change in master breaks async package update using paradox |
Date: | Fri, 07 Apr 2017 20:28:05 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Kaushal Modi wrote: > A recent change in master (last 3-4 days) causes async package updates > using paradox.el to throw this error: > > Debugger entered--Lisp error: (wrong-type-argument sequencep #s > (package-desc swiper (20170328 737) "Isearch with an overview. Oh, > man!" ((emacs (24 1)) (ivy (0 8 0))) nil nil > "/home/kmodi/.emacs.d/elpa_26/swiper-20170328.737" ((:keywords > "matching") (:url . "https://github.com/abo-abo/swiper") (:stars # > ("249" 0 3 (font-lock-face paradox-starred-face)))) nil)) I have now narrowed it down to this: (read "(#1=#s(foo) #1#)") I.e. the problem is that the #1= syntax doesn't support records. This shouldn't be hard to fix.
[Prev in Thread] | Current Thread | [Next in Thread] |