bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68509: 30.0.50; pcase-dolist matches backquote pattern incorrectly


From: Ihor Radchenko
Subject: bug#68509: 30.0.50; pcase-dolist matches backquote pattern incorrectly
Date: Tue, 20 Feb 2024 13:40:52 +0000

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> In my patch, I proposed to skip such elements.
>> An alternative could be throwing an error.
>
> As I said, what you propose is a *different* construct.
> Maybe we should add some extra option/keyword to `pcase-dolist` to
> indicate what to do with elements that don't match (such as signaling
> an error, a warning, silently skipping it, ...).
>
> Similar issues affect `pcase-let`, of course.

What about adding extra option/keyword and also showing a runtime
warning when pcase-dolist/pcase-let encounter something that does not
match the pattern? In such situation, the code logic probably has a
problem that is worth highlighting.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]