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

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

bug#30872: 26.0.91; odd byte compile issue


From: Aaron Jensen
Subject: bug#30872: 26.0.91; odd byte compile issue
Date: Mon, 19 Mar 2018 22:41:49 -0700

I realized I left it for the reader to figure out what the issue is.
It appears that using a certain combination of macros, when a file is
byte compiled, that version does not allow you to `setq' a variable
that has been defined by `pcase-let' in an `or'.

The repro demonstrates this by doing a `(setq params nil)' and then
printing the value of params and returning it. It is not set to `nil'
even though that line has been evaluated.

Hope that helps.





reply via email to

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