Closed VyacheslavMik closed 5 months ago
Hello! Thanks for your library.
I think there is a problem in this PR - https://github.com/ruricolist/serapeum/commit/4735a7c47077f35f7647290b602a2257bebf8c11. It doesn't import make-keyword from alexandria that's why following line can't be compiled - https://github.com/ruricolist/serapeum/blob/master/exporting.lisp#L9.
make-keyword
Hello! Thanks for your library.
I think there is a problem in this PR - https://github.com/ruricolist/serapeum/commit/4735a7c47077f35f7647290b602a2257bebf8c11. It doesn't import
make-keyword
from alexandria that's why following line can't be compiled - https://github.com/ruricolist/serapeum/blob/master/exporting.lisp#L9.