parse-float icon indicating copy to clipboard operation
parse-float copied to clipboard

ASDF style warning while building package for Guix

Open Hellseher opened this issue 4 years ago • 1 comments

Hi

I've noticed this issue

WARNING: System definition file #P"/gnu/store/zabqd3b62xwxx5kfmvz7hdc0fjlb5c8l-sbcl-parse-float-0.0.0-2.3074765/share/common-lisp/sbcl/parse-float/parse-float.asd" contains definition for system "parse-float-tests". Please only define "parse-float" and secondary systems wit
h a name starting with "parse-float/" (e.g. "parse-float/test") in that file.

Hellseher avatar Feb 02 '21 00:02 Hellseher

All it needs is, in parse-float.asd,

(asdf:defsystem #:parse-float-tests) to (asdf:defsystem #:parse-float/tests)

There seem to be no references to this package in the instructions, so no further changes appear needed.

I think this should be fixed, because parse-float is a commonly used package so a lot of other packages now generate warnings.

jetmonk avatar Jul 18 '23 18:07 jetmonk