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

stringsearch is abandoned #2726

Closed
locallycompact opened this issue May 27, 2024 · 2 comments · Fixed by #2765
Closed

stringsearch is abandoned #2726

locallycompact opened this issue May 27, 2024 · 2 comments · Fixed by #2765

Comments

@locallycompact
Copy link

clash-lib has a dependency on stringsearch which has been abandoned and has no accessible source on bitbucket.

https://hackage.haskell.org/package/stringsearch

Would the preference here be to fork it from tarball and request maintainership, or replace this library with something else? (Not sure what)

@martijnbastiaan
Copy link
Member

We only use it here:

go bs (orig,temp) = replace (ByteString.toStrict temp) orig bs

There are probably ways to remove that dependency :).

martijnbastiaan added a commit that referenced this issue Jul 21, 2024
martijnbastiaan added a commit that referenced this issue Jul 21, 2024
martijnbastiaan added a commit that referenced this issue Jul 21, 2024
martijnbastiaan added a commit that referenced this issue Jul 26, 2024
mergify bot pushed a commit that referenced this issue Jul 26, 2024
Fixes #2726

(cherry picked from commit 75dbbeb)
martijnbastiaan added a commit that referenced this issue Jul 26, 2024
Fixes #2726

(cherry picked from commit 75dbbeb)

Co-authored-by: Martijn Bastiaan <[email protected]>
jvnknvlgl pushed a commit that referenced this issue Aug 26, 2024
@christiaanb
Copy link
Member

We've released v1.8.2, which includes a fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants