Shinmera / deploy

Deployment tools for standalone Common Lisp applications
https://shinmera.github.io/deploy/
zlib License
146 stars 16 forks source link

Fix `define-resource-directory` to actually work #2

Closed sjl closed 7 years ago

sjl commented 7 years ago

The macro was using a gensym for the target resource path, but something in the hook system does some mangling of the arguments into keyword arguments with magic names, so to actually get the target into the hook properly it has to be named with the particular symbol directory.

see https://github.com/Shinmera/deploy/issues/1

Shinmera commented 7 years ago

Right. I think the hook system worked differently at one point during development and it slipped my mind to fix this up when I changed it. Sorry for the trouble.