Re: Mysteries of unwind-protect
"Michał "phoe" Herda (as phoe at disroot dot org)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
W dniu 2026-01-15 16:41, Tim Bradshaw (as tfb at tfeb dot org) napisał(a): > In other words, the unwind forms in unwind-protect may well happen in > an environment where things it might seem safe to assume are not, in > fact, true, because there's been a trip through the debugger. I'd assume the lexical variable access cannot be optimized away in order to allow you to SETF V in the debugger like you did above. What's your DEBUG setting and does this whole issue also manifest with DEBUG 0?