Skip to content
New issue

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

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

Already on GitHub? # to your account

ASDF style warning while building package for Guix #12

Open
Hellseher opened this issue Feb 2, 2021 · 2 comments
Open

ASDF style warning while building package for Guix #12

Hellseher opened this issue Feb 2, 2021 · 2 comments

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
@adlai
Copy link

adlai commented Jan 30, 2025

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

....

and lobbying the maintainer, via electronic mail and/or markdown;

@jetmonk please delete your old edits if they are no longer relevant.

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

No branches or pull requests

3 participants