all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Brinkhoff <lars@nocrew.org>
To: emacs-devel@gnu.org
Subject: Re: master 1f5b4ed: * test/lisp/emacs-lisp/cl-lib-tests.el (cl-lib-symbol-macrolet): New test.
Date: Fri, 31 Mar 2017 21:58:57 +0200	[thread overview]
Message-ID: <86fuhtfcam.fsf@molnjunk.nocrew.org> (raw)
In-Reply-To: 20170331140530.9A009220BA@vcs0.savannah.gnu.org

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)"])




       reply	other threads:[~2017-03-31 19:58 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   ` Lars Brinkhoff [this message]
2017-03-31 20:16     ` master 1f5b4ed: * test/lisp/emacs-lisp/cl-lib-tests.el (cl-lib-symbol-macrolet): New test Stefan Monnier
2017-04-01 13:03     ` Tino Calancha

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=86fuhtfcam.fsf@molnjunk.nocrew.org \
    --to=lars@nocrew.org \
    --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.