-
Notifications
You must be signed in to change notification settings - Fork 59
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
isInfixOf always return True #28
Comments
|
@mgold what should I change in my |
It's the province of maintainer @abadi199 to release a new version. What's on master is currently a breaking/major change because the argument order to |
@mgold so List.extra is a work in progress? Even an explicit bold warning in the README wouldn't be enough to properly inform the users. |
@Mouvedia, this package here isn't any more work in progress than any other package on http://package.elm-lang.org. Yes, the currently released version of it contains a bug. The same is probably true for other packages on the package site. There us no reason to single out this package as beta or anything. There is a process for reporting and fixing bugs, which is going on here. But yes, the maintainer of the package should make sure that fixes are actually released in a timely manner. |
@abadi199, are you actually still able and willing to fulfill the role of maintainer as outlined in https://github.com/elm-community/Manifesto/blob/master/README.md? If not, it would be better to mark this package as unmaintained in https://github.com/elm-community/Manifesto/blob/master/maintainers.md, to facilitate finding a new maintainer. |
Unfortunately, I don't think I will be able to allocate time to maintain this package in a timely manner anymore. I've created a PR in elm-community/guidelines#53 to removing myself from the maintainer of the package. |
@Mouvedia Please verify the issue has been fixed with version 5.0.0. |
Just realized that elm-package doesn't have an upgrade command. Having to manually do it is kinda archaic. @mgold it seems to be working fine. I gotta say that since I couldn't test it before I thought that it wouldn't match the startsWith and endsWith cases. I am pleasantly surprised. I wasn't really familiar with the term infix. Thanks! |
@mgold you should probably click on "Draft New Release" because 5.0.0 is currently not the latest release. |
Most people in the Elm community don't bother with those release notes, but I went ahead and added it. |
https://github.com/elm-community/list-extra/blob/master/src/List/Extra.elm#L1110
[]
True
(currently)True
If I am wrong, could someone please give me an example that would return
False
?The text was updated successfully, but these errors were encountered: