Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Do not depend on require-module

Choose a tag to compare

@tfeb tfeb released this 06 Nov 18:46
· 9 commits to main since this release
v1.3.0

Previously dsm unilaterally depended on org.tfeb.tools.require-module. This in turn caused some of the org.tfeb.hax to be compiled with that loaded, which then broke quicklisp builds when those compiled files got reloaded without org.tfeb.tools.require-module loaded. I don't want to make org.tfeb.hax depend on org.tfeb.tools.require-module, so I've made dsm not depend on it unilaterally.

That's the only change: there's no change to how dsm works.