Opened 19 years ago
Closed 19 years ago
#3 closed defect (fixed)
without-package-locks doesn't work with defmacro
| Reported by: | Raymond Toy | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | 19c |
| Keywords: | Cc: |
Description
Reported in cmucl-help, 2006/04/30:
(in-package "CL-USER")
(ext:without-package-locks
(defmacro mp::with-process-lock ((lock) &body body)
`(mp:with-lock-held (,lock) ,@body)))
The above produces an error about a locked package, even though there's a without-package-locks.
Note: See
TracTickets for help on using
tickets.

Fixed in snapshot 2006-06