From: Eli Zaretskii <eliz@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: mekeor@posteo.de, philipk@posteo.net, 71503@debbugs.gnu.org
Subject: bug#71503: 30.0.50; pcase-lambda (with "and" and "guard") does not work as expected
Date: Sun, 04 Aug 2024 10:58:00 +0300 [thread overview]
Message-ID: <86r0b4sos7.fsf@gnu.org> (raw)
In-Reply-To: <jwvmsma3lji.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sun, 21 Jul 2024 09:51:04 -0400)
Ping! can we please make progress with this issue, one way or
another?
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Eli Zaretskii <eliz@gnu.org>, mekeor@posteo.de, 71503@debbugs.gnu.org
> Date: Sun, 21 Jul 2024 09:51:04 -0400
>
> > Another confusing behaviour that we should document is that in
> >
> > (let ((a nil))
> > (funcall
> > (pcase-lambda (a (and (guard a) b))
> > (list a b))
> > 1 2))
> >
> > I would expect that the (guard a) would use the nil binding from the
> > `let' form, but instead it is ignored and b is bound to 2. I am not
> > sure if this is related to the "destructing" point or not.
>
> It most definitely is: the `guard` controls here whether the pattern
> matches or not, but since it's a destructuring match `pcase` takes it
> for granted that the pattern does match, so the guard is ignored.
>
> What might be more confusing is the scoping, e.g.:
>
> (macroexpand '(pcase-lambda ((and (guard a) b) a) (FOO)))
> =>
> #'(lambda (arg0 a) (pcase-let* (((and (guard a) b) arg0)) (FOO)))
>
> so the `a` in the guard refers to the argument that follows rather than
> to a surrounding `a` binding.
>
>
> Stefan
>
>
next prev parent reply other threads:[~2024-08-04 7:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-12 8:40 bug#71503: 30.0.50; pcase-lambda (with "and" and "guard") does not work as expected Mekeor Melire
2024-06-14 8:42 ` Philip Kaludercic
2024-06-14 16:08 ` Drew Adams via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-22 8:37 ` Eli Zaretskii
2024-07-06 7:38 ` Eli Zaretskii
2024-07-20 9:42 ` Eli Zaretskii
2024-07-20 10:29 ` Philip Kaludercic
2024-07-20 10:46 ` Eli Zaretskii
2024-07-21 11:17 ` Philip Kaludercic
2024-07-21 13:33 ` Mekeor Melire
2024-07-20 14:06 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-07-21 12:39 ` Philip Kaludercic
2024-07-21 13:51 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-04 7:58 ` Eli Zaretskii [this message]
2024-08-04 14:54 ` Philip Kaludercic
2024-08-04 15:08 ` Eli Zaretskii
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=86r0b4sos7.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=71503@debbugs.gnu.org \
--cc=mekeor@posteo.de \
--cc=monnier@iro.umontreal.ca \
--cc=philipk@posteo.net \
/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).