-
-
Notifications
You must be signed in to change notification settings - Fork 371
Language: replace indices with indexes #1914
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
Comments
See conversation below; we want to unify on "indexes". |
for me indexes |
Looks like rust string uses |
Okay, then |
This is done I think |
Uh oh!
There was an error while loading. Please reload this page.
We should unify our use of "indices" and "indexes"; presently, we use these effectively interchangeably around the codebase, but this has led to some inconsistent naming of types/information in documentation. Similarly, any types/functions we rename that existed in the previous release should have a second copy with the original name (e.g. a
pub type
for types,pub fn
that calls the intended function for functions) and a#[deprecated]
tag explaining the change.This should preferably be completed after #1886 is merged.
The text was updated successfully, but these errors were encountered: