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(iroh-net): Remove manual struct logging #2009

Merged
merged 3 commits into from
Feb 8, 2024
Merged

Conversation

flub
Copy link
Contributor

@flub flub commented Feb 8, 2024

Description

This was essentially re-implementing the Rust Debug trait. Now that
DerpUrl has a nice Debug log there really is no need to manually
implement this, instead we rely on Debug.

Notes & open questions

This is splitting off some peripheral stuff from
#1984

New flaky test marked: #2010 and #1935

Change checklist

  • Self-review.

This was essentially re-implementing the Rust Debug trait.  Now that
DerpUrl has a nice Debug log there really is no need to manually
implement this, instead we rely on Debug.
@flub flub added this pull request to the merge queue Feb 8, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 8, 2024
@flub flub enabled auto-merge February 8, 2024 11:37
@flub flub added this pull request to the merge queue Feb 8, 2024
Merged via the queue into main with commit 315032a Feb 8, 2024
18 checks passed
@flub flub deleted the flub/no-concise-report branch February 8, 2024 12:17
fubuloubu pushed a commit to ApeWorX/iroh that referenced this pull request Feb 21, 2024
## Description

This was essentially re-implementing the Rust Debug trait.  Now that
DerpUrl has a nice Debug log there really is no need to manually
implement this, instead we rely on Debug.


## Notes & open questions

This is splitting off some peripheral stuff from
n0-computer#1984

New flaky test marked: n0-computer#2010
and n0-computer#1935

## Change checklist

- [x] Self-review.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants