parse-float
parse-float copied to clipboard
ASDF style warning while building package for Guix
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.
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.