emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: current-time and GMP


From: Kaushal Modi
Subject: Re: current-time and GMP
Date: Mon, 22 Oct 2018 11:15:17 -0400

On Mon, Oct 22, 2018 at 11:08 AM Joseph Mingrone <address@hidden> wrote:
>
> I began seeing entries like "obsolete timestamp with cdr 53421" in *Messages* 
> soon after this was committed.  It can be reproduced with `emacs -Q` and 
> `list-packages'.  Everything seems fine otherwise.  There are a few similar 
> reports, e.g., https://github.com/Malabarba/paradox/issues/154 although 
> unlike me, they say they do not see the messages with `emacs -Q`.

I confirm. Looks like the spinner[0] package (code[1]) used by paradox
is causing this:

=====
(wrong-type-argument number-or-marker-p 1.5402211759930708e+21)
  timer-next-integral-multiple-of-time((23501 59639 893070 824000) 0.1)
  spinner--start-timer(#s(spinner :frames ["  " "▌ " "█ " "▐▌" " █" "
▐"] :counter 0 :fps 10 :timer [t nil nil nil nil nil nil nil nil]
:active-p t :buffer #<buffer *Packages*> :delay 0))
  spinner-start(#s(spinner :frames ["  " "▌ " "█ " "▐▌" " █" " ▐"]
:counter 0 :fps 10 :timer [t nil nil nil nil nil nil nil nil]
:active-p t :buffer #<buffer *Packages*> :delay 0))
  paradox--start-spinner()
  paradox--menu-execute-1(nil)
  paradox-menu-execute(nil)
  funcall-interactively(paradox-menu-execute nil)
  call-interactively(paradox-menu-execute nil nil)
  command-execute(paradox-menu-execute)
=====

[0]: https://elpa.gnu.org/packages/spinner.html
[1]: https://github.com/Malabarba/spinner.el/blob/master/spinner.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]