mabragor / cl-yaclyaml

Yet Another Common Lisp YaML processor
GNU General Public License v3.0
15 stars 3 forks source link

Is the dependency on cl-test-more necessary in the main system? #13

Open alex-gutev opened 3 years ago

alex-gutev commented 3 years ago

The main system, cl-yaclyaml, has a dependency on cl-test-more, i.e. the prove unit testing framework. Prove fails to load on the latest quicklisp dist and as a result cl-yaclyaml fails to load as well due to this dependency. Is this dependency necessary given that there is a separate test system, which doesn't even use the prove test framework but uses Fiveam?