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

refactor: split parsing peers into multiple steps #994

Conversation

ArneBab
Copy link
Contributor

@ArneBab ArneBab commented Nov 12, 2024

The previous code nested too much error handling even though many parts are independent.

This is a cleanup as sideeffect of trying to multi-thread the peer initialization. That multi-threading turned out to be unnecessary, but the cleanup is nice without it.

The previous code nested too much error handling even though many
parts are independent.
@ArneBab ArneBab force-pushed the refactor--split-parsing-peers-into-multiple-simpler-steps branch from 5414fca to 13c71cb Compare November 12, 2024 21:32
@ArneBab
Copy link
Contributor Author

ArneBab commented Dec 13, 2024

ready to be merged, as discussed with Bombe in FLIP.

@ArneBab ArneBab merged commit 101a376 into hyphanet:next Feb 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants