shop-planner / shop3

SHOP3 Git repository
https://shop-planner.github.io
144 stars 14 forks source link

Enhancement: Use QLOT to avoid submodules #149

Open rpgoldman opened 11 months ago

rpgoldman commented 11 months ago

Currently, SHOP uses git submodules to handle dependencies for the tests, but this buys stability at the cost of possibly breaking the experience for people using SHOP with a Quicklisp installation, since the dependencies they get from QL might be different from the ones we develop against and use in the regression tests.

The qlot library by supporting project-specific quicklisp installs promises that it could address this problem for us. This is very much worth investigation.