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

ASDF style warning while building package for Guix #12

Open
Hellseher opened this issue Feb 2, 2021 · 1 comment
Open

ASDF style warning while building package for Guix #12

Hellseher opened this issue Feb 2, 2021 · 1 comment

Comments

@Hellseher
Copy link

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.
@jetmonk
Copy link

jetmonk commented Jul 18, 2023

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.

adlai added a commit to orpheids-family/floatingpoint-parser that referenced this issue Jan 7, 2025
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

2 participants