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

Deprecate CharSequences.asciiStringIndexOf #2353

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

idelpivnitskiy
Copy link
Member

Motivation:

CharSequences.asciiStringIndexOf is not used outside of the CharSequences class. Users should use CharSequences#indexOf instead.

Modifications:

  • Deprecate CharSequences.asciiStringIndexOf;

Result:

CharSequences.asciiStringIndexOf is deprecated and can be made private in future releases.

Motivation:

`CharSequences.asciiStringIndexOf` is not used outside of the
`CharSequences` class. Users should use `CharSequences#indexOf` instead.

Modifications:

- Deprecate `CharSequences.asciiStringIndexOf`;

Result:

`CharSequences.asciiStringIndexOf` is deprecated and can be made private
in future releases.
@idelpivnitskiy idelpivnitskiy merged commit 5e5b746 into apple:main Sep 12, 2022
@idelpivnitskiy idelpivnitskiy deleted the asciiStringIndexOf branch September 12, 2022 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants