We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Problem is here where NewKeywords that get inserted aren't using the lowercased keyword:
NewKeyword
crates.io/src/keyword.rs
Line 66 in b41061f
Discovered while trying to convert more stuff to use diesel.
Tests didn't catch it because the tests are using the non-diesel way of inserting keywords, which does lowercase them :(
crates.io/src/tests/keyword.rs
Line 48 in b41061f
crates.io/src/tests/all.rs
Line 300 in b41061f
This is a problem in production, for example the keywords 2d and 2D: https://crates.io/keywords?sort=alpha
We'll need to collapse these back down to the lowercased version once this is fixed.
The text was updated successfully, but these errors were encountered:
4c2bd42
No branches or pull requests
Problem is here where
NewKeyword
s that get inserted aren't using the lowercased keyword:crates.io/src/keyword.rs
Line 66 in b41061f
Discovered while trying to convert more stuff to use diesel.
Tests didn't catch it because the tests are using the non-diesel way of inserting keywords, which does lowercase them :(
crates.io/src/tests/keyword.rs
Line 48 in b41061f
crates.io/src/tests/all.rs
Line 300 in b41061f
This is a problem in production, for example the keywords 2d and 2D: https://crates.io/keywords?sort=alpha
We'll need to collapse these back down to the lowercased version once this is fixed.
The text was updated successfully, but these errors were encountered: