Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation in .asd file #46

Open
dfmorrison opened this issue May 19, 2021 · 1 comment
Open

Deprecation in .asd file #46

dfmorrison opened this issue May 19, 2021 · 1 comment

Comments

@dfmorrison
Copy link
Contributor

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?

@dfmorrison
Copy link
Contributor Author

Oh, I should have said: this appears to be ASDF version 3.3.3. At any rate, (asdf:system-version (asdf:find-system :asdf)) returns "3.3.3".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant