From: Tino Calancha <tino.calancha@gmail.com>
To: Lars Brinkhoff <lars@nocrew.org>
Cc: emacs-devel@gnu.org
Subject: Re: master 1f5b4ed: * test/lisp/emacs-lisp/cl-lib-tests.el (cl-lib-symbol-macrolet): New test.
Date: Sat, 01 Apr 2017 22:03:41 +0900 [thread overview]
Message-ID: <87inmop9ea.fsf@calancha-pc> (raw)
In-Reply-To: <86fuhtfcam.fsf@molnjunk.nocrew.org> (Lars Brinkhoff's message of "Fri, 31 Mar 2017 21:58:57 +0200")
Lars Brinkhoff <lars@nocrew.org> writes:
> Stefan Monnier wrote:
>> +(ert-deftest cl-lib-symbol-macrolet ()
>> + (should (equal (cl-flet ((f (x) (+ x 5)))
>> + (let ((x 5))
>> + (f (+ x 6))))
>> + (cl-symbol-macrolet ((f (+ x 6)))
>> + (cl-flet ((f (x) (+ x 5)))
>> + (let ((x 5))
>> + (f f)))))))
>
> I get errors from this:
>
> Eager macro-expansion failure: (wrong-type-argument listp #[128
> "\211@=\203^L^@ \300\242D\207\302\300\242BB\207"
> [(--cl-f--)cl--labels-magic funcall] 4 " (fn &rest ARGS)"])
Commit 0d112c00ba0ec14bd3014efcd3430b9ddcfe1fc1
(Bug#26068)
prev parent reply other threads:[~2017-04-01 13:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170331140529.9779.43185@vcs0.savannah.gnu.org>
[not found] ` <20170331140530.9A009220BA@vcs0.savannah.gnu.org>
2017-03-31 19:58 ` master 1f5b4ed: * test/lisp/emacs-lisp/cl-lib-tests.el (cl-lib-symbol-macrolet): New test Lars Brinkhoff
2017-03-31 20:16 ` Stefan Monnier
2017-04-01 13:03 ` Tino Calancha [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87inmop9ea.fsf@calancha-pc \
--to=tino.calancha@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=lars@nocrew.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).