all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Marcin Borkowski <mbork@mbork.pl>, 35502@debbugs.gnu.org
Subject: bug#35502: 27.0.50; encode-time apparently stopped working
Date: Tue, 30 Apr 2019 17:39:32 +0200	[thread overview]
Message-ID: <m2d0l35wp7.fsf@gmail.com> (raw)
In-Reply-To: <83muk7set9.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 30 Apr 2019 18:17:22 +0300")

>>>>> On Tue, 30 Apr 2019 18:17:22 +0300, Eli Zaretskii <eliz@gnu.org> said:

    >> From: Marcin Borkowski <mbork@mbork.pl> Date: Tue, 30 Apr 2019
    >> 11:23:23 +0200
    >> 
    >> M-: (encode-time (decode-time)) RET
    >> 
    >> yields
    >> 
    >> (error "Specified time is not representable")

    Eli> I cannot reproduce this with today's master, neither on
    Eli> GNU/Linux nor on MS-Windows.  Is this in "emacs -Q"?  If so,
    Eli> what happens if you build a fresh checkout or bootstrap?

    Eli> Also, what is your version of GCC?

I see this, but only on macOS, not GNU/Linux:

Debugger entered--Lisp error: (error "Specified time is not representable")
  encode-time((29 31 17 30 4 2019 2 t 7200))

If I change that 't' to 'nil', it works:

    (encode-time '(29 31 17 30 4 2019 2 nil 7200))
    (23752 27217)

$ gcc -v
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

Robert





  reply	other threads:[~2019-04-30 15:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-30  9:23 bug#35502: 27.0.50; encode-time apparently stopped working Marcin Borkowski
2019-04-30 15:17 ` Eli Zaretskii
2019-04-30 15:39   ` Robert Pluim [this message]
2019-04-30 15:43     ` Eli Zaretskii
2019-04-30 15:55       ` Robert Pluim
2019-04-30 16:08         ` Eli Zaretskii
2019-04-30 16:16           ` Robert Pluim
2019-04-30 15:40   ` Marcin Borkowski
2019-04-30 16:14     ` Eli Zaretskii
2019-04-30 17:54 ` Paul Eggert
2019-04-30 18:00   ` Robert Pluim
2019-04-30 19:40     ` Paul Eggert
2019-04-30 20:16       ` Marcin Borkowski

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=m2d0l35wp7.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=35502@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=mbork@mbork.pl \
    /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.