Closed TatriX closed 3 years ago
Reverting to c417660 seems to resolve the issue here.
I think this is due to the use of symbolicate
in 0f26bee8dab56f5757b7af71ff0e4c91cc3cb404; I always forget that it returns a symbol in the current package, not the package of the symbols provided as input. So if you run (cl-patterns:as-pstream (cl-patterns:pbind ...))
in a package that doesn't (use-package 'cl-patterns)
then you would get an error like that. I'll revert the use of symbolicate
to intern
and will push a commit shortly.
Hi! If I evaluate this code twice:
I'm getting the following error: