cl-difflib icon indicating copy to clipboard operation
cl-difflib copied to clipboard

test: fix test syntax for ASDFv3

Open hraban opened this issue 2 years ago • 1 comments

Fix tests on ASDF v3. Fixes this error:

CL-USER> (ql:quickload "cl-difflib-tests")
CL-USER> (asdf:test-system :cl-difflib)
:FORCE and :FORCE-NOT arguments not allowed in a nested call to ASDF/OPERATE:OPERATE unless identically to toplevel
   [Condition of type UIOP/UTILITY:PARAMETER-ERROR]

Looping in @fare : could I request a review from you? Is this "the right way"?

hraban avatar Jun 02 '23 19:06 hraban

LGTM. Yup, that's the correct way to do things with ASDF3.

fare avatar Jun 03 '23 05:06 fare