quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
415 stars 47 forks source link

Please add enhanced-unwind-protect #2366

Open Hexstream opened 12 months ago

Hexstream commented 12 months ago

enhanced-unwind-protect provides an enhanced unwind-protect that makes it easy to detect whether the protected form performed a non-local exit or returned normally.

Project's home: https://www.hexstreamsoft.com/libraries/enhanced-unwind-protect/

GitHub: https://github.com/Hexstream/enhanced-unwind-protect

Quicklisp should pull from the tarball: https://tarballs.hexstreamsoft.com/libraries/latest/enhanced-unwind-protect_latest.tar.gz

(I am aware of unwind-protect-case, which I am not interested in.)