Closed alessiostalla closed 3 years ago
Oh, I didn't know declare ignorable
works with local functions!
That was quick, thanks! :)
You welcome!
Install the latest version from https://ultralisp.org/ it should appear there soon.
(Usually, new updates are included into the dist in a few minutes, but I discovered, the queue of project checks is stuck and now Ultralisp slowly rechecks a thousand libraries for updates).
SBCL reports:
(declare (ignorable #'%pop-argument))
would fix that.