-
Notifications
You must be signed in to change notification settings - Fork 1
Fix longest common substring #2
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
Fix longest common substring #2
Conversation
|
At your disposal to give more details on what issue this change is (hopefully) fixing, if needs be. |
|
PS: the |
|
Hi @ArnaudPel, Wow, thank you so much for both discovering the issue and then taking the effort to implement a fix! It looks like something happened to my Travis-CI integration. I'll take a look at that tonight and review your pull request. Cheers, |
|
Thanks to the lockdown in France, I've got more spare time, so it was a real pleasure to eventually be able to pin down the issue in the implementation. Incidentally, I now have a better idea of the way the algorithm works :) Thank you for having publish that lib BTW, I'll use the fixed version in our app when it is released on npm. |
|
Hello, could you please let me know if you plan to release this fix soon ? Otherwise I'll have to generate a temporary package myself, for our internal use. As I offered, I've still got the debugging data that helped me find the fix, so I believe I can come up with a somewhat visual explanation, if needs be. Thanks |
|
@ArnaudPel sorry, my work is blessed to be one of the few kinds of businesses that have seen an uptick since novel coronavirus happened. I'll make an effort to test and merge your PR by end of Thursday Pacific time. |
|
Regarding the build check being stuck, what happened was my OAuth token between Travis CI and GitHub had expired. |
|
@ArnaudPel derp, I restarted the build in Travis, but the coveralls integration appears to not like that: Would you mind pushing an empty commit to see if that's a quick way to get past that? |
burgaard
left a comment
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.
🎉
|
@ArnaudPel version 1.0.21 with your changes has been published to npm. Sorry for the delay -- it's been about two years since I made the last update and in the meanwhile all the tokens to connect Travis CI, GitHub and npm had expired. |
Related to integration of burgaard/string-algorithms#2
Fixes #1
Changes proposed in this pull request:
@burgaard