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 non-pipelineable strings aliases #1538

Merged

Conversation

hairyhenderson
Copy link
Owner

There was some confusion in #1535 between split and strings.Split, which I had intended to deprecate ages ago, but never got around to it...

I've deprecated all of the non-pipelineable functions with a notice to use strings.* instead.

This also clarifies (hopefully?) the docs for strings.Split. I've used the stdlib strings.Split doc as a guide.

I'll eventually remove these functions, but not for a while as they're likely to be heavily used.

Signed-off-by: Dave Henderson [email protected]

@hairyhenderson hairyhenderson force-pushed the deprecate-non-pipelineable-strings-aliases-1535 branch from 8fe2dbe to 0680132 Compare October 23, 2022 17:05
@hairyhenderson hairyhenderson merged commit 9da2df1 into main Oct 23, 2022
@hairyhenderson hairyhenderson deleted the deprecate-non-pipelineable-strings-aliases-1535 branch October 23, 2022 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant