From: Lars Ingebrigtsen <larsi@gnus.org>
To: Sean Whitton <spwhitton@spwhitton.name>
Cc: "Mattias Engdegård" <mattiase@acm.org>, 56416@debbugs.gnu.org
Subject: bug#56416: 29.0.50; cl-loop cl-psetq problem
Date: Wed, 06 Jul 2022 13:41:40 +0200 [thread overview]
Message-ID: <87pmiijwnf.fsf@gnus.org> (raw)
In-Reply-To: <87tu7ukf61.fsf@athena.silentflame.com> (Sean Whitton's message of "Tue, 05 Jul 2022 22:01:42 -0700")
Sean Whitton <spwhitton@spwhitton.name> writes:
> Evaluating
>
> (cl-loop with list = '(1 2 3 4)
>
> for l in list
> for x = l and y = l
>
> collect x)
>
> yields (1 1 2 3) but it should yield (1 2 3 4).
It's the `and' that's triggering this bug, I guess?
I seem to vaguely recall Mattias doing something about these corner
cases -- I may totally misremember, but I've added him to the CCs
anyway; perhaps he has a comment.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
next prev parent reply other threads:[~2022-07-06 11:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-06 5:01 bug#56416: 29.0.50; cl-loop cl-psetq problem Sean Whitton
2022-07-06 11:41 ` Lars Ingebrigtsen [this message]
2022-07-06 16:06 ` Mattias Engdegård
2022-07-07 7:53 ` Lars Ingebrigtsen
2022-07-07 8:07 ` Mattias Engdegård
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=87pmiijwnf.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=56416@debbugs.gnu.org \
--cc=mattiase@acm.org \
--cc=spwhitton@spwhitton.name \
/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.