Shinmera / parachute

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

Recent package change seems to break some projects #45

Closed quicklisp closed 1 year ago

quicklisp commented 1 year ago

According to stassats, https://github.com/Shinmera/parachute/commit/460b482e0bb8f2d32b4f1c25c653b44dc6b391b7 is responsible for failures like this:

;   during macroexpansion of (DEFINE-TEST (CLIENT-API CLIENT-API.DEFINE-INTERFACE) :HOME ...). Use *BREAK-ON-SIGNALS* to intercept.
;    The value (FIND-PACKAGE "XYZ.SHUNTER.WAYFLAN.TEST") is not of type (OR STRING SYMBOL CHARACTER PACKAGE) when binding SB-KERNEL:PACKAGE-DESIGNATOR

There are a few more of the same type at http://report.quicklisp.org/2022-11-25/failure-report.html

Shinmera commented 1 year ago

Thanks for catching that. Should be fixed.