You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no information in cargo's manifest information about the limitations on keywords.
I tried to add keyword "object distribution" and "blue noise" to my crate and when I tried to publish it, it complained:
api errors: invalid upload request: ApplicationError("invalid keyword specified: object distribution")
With no information what was wrong (though I was able to guess that it was the space in the keyword).
There seems to be #1736 that touches on the problem, but from different angle.
There should be clearer indication on what is and what is not valid for Cargo.toml to contain.
And the limitation of not having space on keyword seems overly restrictive: While using separate tags for "object" and "distribution" seem fine, using separate tags for "blue" and "noise" seems silly and bad.
The text was updated successfully, but these errors were encountered:
There is no information in cargo's manifest information about the limitations on keywords.
I tried to add keyword "object distribution" and "blue noise" to my crate and when I tried to publish it, it complained:
With no information what was wrong (though I was able to guess that it was the space in the keyword).
There seems to be #1736 that touches on the problem, but from different angle.
There should be clearer indication on what is and what is not valid for Cargo.toml to contain.
And the limitation of not having space on keyword seems overly restrictive: While using separate tags for "object" and "distribution" seem fine, using separate tags for "blue" and "noise" seems silly and bad.
The text was updated successfully, but these errors were encountered: