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

Replace dependency on fishhook with inlined code #42

Merged
merged 11 commits into from
Nov 10, 2020

Conversation

NickEntin
Copy link
Collaborator

Fishhook is currently blocking SPM support (#1) and hasn't been merging PRs recently, so it looks like that support likely isn't coming soon. This removes our dependency on Fishhook by inlining the code that we use from it. If Fishhook ends up getting more updates in the future, we can consider re-adding it as a dependency.

Probably easiest to review by commit. The first commit copies in the code from Fishhook and the remaining commits extract out parts of it that we don't need.

@NickEntin
Copy link
Collaborator Author

cc @Sherlouk

@Sherlouk
Copy link
Contributor

Awesome stuff!

@NickEntin NickEntin changed the title Replace dependency on fishhook was inlined code Replace dependency on fishhook with inlined code Nov 10, 2020
@NickEntin NickEntin merged commit 8155b66 into cashapp:master Nov 10, 2020
@NickEntin NickEntin deleted the entin/inline-fishhook branch November 10, 2020 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants