We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cl-package-locks
#+sb-package-locks (:lock t)
When I read the source, I find that :
serapeum/package.lisp
Line 12 in 408abcc
However, there is a cl-package-locks have provided a uniform way of dealing with package-locks across implementations.
Why not just import it from defsystem and replace the sbcl-package-lock using (cl-package-locks:lock-package 'serapeum) on package.lisp?
(cl-package-locks:lock-package 'serapeum)
The text was updated successfully, but these errors were encountered:
For two reasons:
However there may be a better, more portable way to do this so I will leave this issue open for the present.
Sorry, something went wrong.
cl-package-locks is indeed very old and keeps unmaintained for a long time... (I just use it in sbcl, and still works fine for package lock function)
Maybe we can try to email the author (if still alive 😂) and take over it? en... maybe some day, waiting for Godot
Hi. Reviving an old topic becauseI just found this via a random Google search.
No updates in a long time because there hasn't been a need on my end. Let me know if you have a pull request for your needs.
Best, Elliott
No branches or pull requests
When I read the source, I find that :
serapeum/package.lisp
Line 12 in 408abcc
However, there is a cl-package-locks have provided a uniform way of dealing with package-locks across implementations.
Why not just import it from defsystem and replace the sbcl-package-lock using
(cl-package-locks:lock-package 'serapeum)
on package.lisp?The text was updated successfully, but these errors were encountered: