-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
After loading cl-csv and cl-csv/test, trying to do (asdf:test-system "cl-csv") results in
WARNING:
Deprecated recursive use of (ASDF/OPERATE:OPERATE 'ASDF/LISP-ACTION:LOAD-OP
'("cl-csv/test")) while visiting (ASDF/LISP-ACTION:TEST-OP "cl-csv") -
please use proper dependencies instead
before dying with the package mismatch reported in #45
If I change the package name in tests/csv.lisp to match that in the .asd file, after this warning zero tests are actually run. I do not know if this deprecated stuff is to blame, but suspect it might be?
Metadata
Metadata
Assignees
Labels
No labels