Skip to content

Deprecation in .asd file #46

@dfmorrison

Description

@dfmorrison

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions