ruricolist / vernacular

Module system for languages that compile to Common Lisp
MIT License
59 stars 3 forks source link

Circular Dependency in Test Suite Still An Issue? #10

Open jgarte opened 10 months ago

jgarte commented 10 months ago

Hi,

Is this circular dependency still an issue for this project?

There's a mention of the issue here in the Guix package of it:

https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/lisp-xyz.scm?h=master#n24969

ruricolist commented 10 months ago

I wasn't aware of that issue. I'll look into it.

ruricolist commented 9 months ago

I've broken the circular dependency by moving the tests that depend on Core Lisp into the Core Lisp repo.

jgarte commented 9 months ago

Cool, thanks for doing that. I'll work on updating the Guix package.