Shinmera / parachute

An extensible and cross-compatible testing framework.
https://shinmera.github.io/parachute
zlib License
97 stars 9 forks source link

`:depends-on (parent)` recurses infinitely #25

Closed 3b closed 1 year ago

3b commented 3 years ago
(define-test foo)
(define-test (foo bar) :depends-on (foo))
(test 'foo)

kills sbcl due to infinite recursion