-
Notifications
You must be signed in to change notification settings - Fork 141
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
Remove findSubstring and findSubstrings #181
Conversation
These were deprecated in 2008 (a65029c) in favor of breakSubstring and findSubstrings appears to be incorrect (see haskell#180).
I recommend that we release #179 as-is for 8.8.1 to avoid a major version bump which would delay the release even further. We can then release this in a subsequent major bump. |
@bgamari I'm very reluctant to perform a major version bump (especially for a library such as or put differently, I'd rather collect all low-priority API removals unti the point where something else forces a major version bump, and then execute the deprecation-removals at once. |
I fixed the |
With #204 merged, this PR is no longer a blocker for resolving CI issues. It might still be appropriate to merge it at some future date, but is now less pressing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good to go as a part of 0.11.0.0 release.
These were deprecated in 2008 (a65029c)
in favor of breakSubstring and findSubstrings appears to be incorrect
(see #180).