Skip to content

fix: properly load compiled fasl in lispworks 7.x

Joel Reymont requested to merge joelreymont/cl-l10n:master into master

LW 7.x will try to load the produced FASL as source code since it has the '.lisp' extension.

The fix works in ACL and SBCL.

Merge request reports