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

Minor issue with error reporting #35

Open
henryiii opened this issue Jun 24, 2021 · 2 comments
Open

Minor issue with error reporting #35

henryiii opened this issue Jun 24, 2021 · 2 comments
Labels

Comments

@henryiii
Copy link

I had a pypoject.toml used for flit and trampolim, and it had a dynamic version. Whey found this, and printed out:

dom_toml.parser.BadConfigError: whey only supports 'classifiers', 'requires-python', and 'dependencies' as dynamic fields.

This doesn't tell me what the offender is, it just lists what it does support (I eventually found it was the version listing). It would be more helpful if this message could look more like this:

dom_toml.parser.BadConfigError: whey only supports 'classifiers', 'requires-python', and 'dependencies' as dynamic fields, not 'version'.

(that is, include the offending item in the message)

@stale
Copy link

stale bot commented Dec 21, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 21, 2021
@henryiii
Copy link
Author

I don't think this has been solved?

@stale stale bot removed the stale label Dec 21, 2021
@stale stale bot added the stale label Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant