From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Re: call for more ert tests
Date: Mon, 24 Jun 2013 23:02:14 -0400 [thread overview]
Message-ID: <jwvmwqec2s1.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <m28v1y3o57.fsf@newartisans.com> (John Wiegley's message of "Mon, 24 Jun 2013 21:44:20 -0500")
>>> One thing that would help with that is to allow structural pattern
>>> matching. For example, say I have a function `foo` which returns a list
>>> '(a b c), but all I care about is that `b` is `b`. Then I could write:
>>>
>>> (shouldBe (foo) '(_ b _))
>>>
>>> `shouldBe` then raises an exception if the pattern fails to match.
>> Use pcase?
> pcase does not imply an assertion of equality, which the above does. I'm not
> capturing the second element of the list in a variable named 'b', I'm
> asserting that the second element is equal to the symbol 'b'.
I think he means that it should be easy to make a shouldbe-pcase macro
that provides this kind of behavior using using pcase (the pattern
would look like `(,_ b ,_) instead of the one you wrote).
Stefan
next prev parent reply other threads:[~2013-06-25 3:02 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-24 17:31 call for more ert tests Glenn Morris
2013-06-24 18:21 ` Eli Zaretskii
2013-06-24 18:24 ` Lennart Borgman
2013-07-01 11:35 ` Andreas Röhler
2013-07-01 16:14 ` Stefan Merten
2013-07-01 16:35 ` Andreas Röhler
2013-07-01 16:37 ` Eli Zaretskii
2013-07-01 17:35 ` Eli Zaretskii
2013-07-01 18:44 ` Stephen J. Turnbull
2013-07-01 19:32 ` Eli Zaretskii
2013-07-01 20:34 ` Dmitry Gutov
2013-06-24 18:33 ` Sebastian Wiesner
2013-06-24 18:40 ` Eli Zaretskii
2013-06-24 18:55 ` Sebastian Wiesner
2013-06-24 19:16 ` Eli Zaretskii
2013-06-24 19:20 ` Lennart Borgman
2013-06-24 19:35 ` Óscar Fuentes
2013-06-24 19:59 ` John Wiegley
2013-06-25 1:21 ` Leo Liu
2013-06-25 2:44 ` John Wiegley
2013-06-25 3:02 ` Stefan Monnier [this message]
2013-06-25 2:31 ` Stephen J. Turnbull
2013-06-25 14:38 ` Eli Zaretskii
2013-06-25 11:06 ` Lars Magne Ingebrigtsen
2013-06-25 12:11 ` Juanma Barranquero
2013-06-25 15:15 ` Eli Zaretskii
2013-06-25 19:18 ` Lars Magne Ingebrigtsen
2013-06-25 20:12 ` Eli Zaretskii
2013-06-25 20:36 ` Sebastian Wiesner
2013-06-25 20:44 ` Lars Magne Ingebrigtsen
2013-06-28 15:01 ` Ted Zlatanov
2013-06-28 15:39 ` Juanma Barranquero
2013-06-28 15:41 ` Dmitry Gutov
2013-06-26 9:03 ` Julien Danjou
2013-06-26 5:12 ` Stephen J. Turnbull
2013-06-24 19:46 ` Glenn Morris
2013-06-25 13:33 ` Noah Lavine
2013-06-25 17:18 ` Rüdiger Sonderfeld
2013-06-25 18:53 ` Eli Zaretskii
2013-06-25 20:29 ` Dmitry Gutov
2013-07-01 11:45 ` Andreas Röhler
2013-07-01 12:43 ` Ted Zlatanov
2013-07-01 14:13 ` Andreas Röhler
2013-06-24 18:29 ` David Engster
2013-06-24 18:38 ` Glenn Morris
2013-06-24 19:04 ` David Engster
2013-06-25 22:15 ` Daniel Hackney
2013-06-26 9:22 ` Stefan Merten
2013-06-26 12:17 ` Bozhidar Batsov
2013-06-26 15:52 ` Eli Zaretskii
2013-06-26 16:03 ` Bozhidar Batsov
2013-06-26 16:22 ` Eli Zaretskii
2013-06-26 19:01 ` Dmitry Gutov
2013-06-26 19:10 ` Michael Albinus
2013-06-26 19:34 ` Dmitry Gutov
2013-06-26 19:56 ` Michael Albinus
2013-06-26 19:28 ` Eli Zaretskii
2013-06-26 19:46 ` Teemu Likonen
2013-06-26 15:50 ` Eli Zaretskii
2013-06-29 15:11 ` Stefan Merten
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=jwvmwqec2s1.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--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.