You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(iroh-net): unexpected cfg condition values / possible fix on netbsd (#2476)
## Description
We had some CLI tests that had `#[cfg(feature = "fs-store")]`, but that
feature doesn't exist in `iroh-cli`... so they were never compiled (and
some related code needed for these tests was deleted. I reintroduced
it).
This also fixes what is likely a bug, where `#[cfg(target_arch =
"netbsd")]` was used, but there is no "architecture" netbsd. Only an
*OS* netbsd.
## Breaking Changes
None
## Notes & open questions
--
## Change checklist
- [X] Self-review.
- ~~[ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.~~
- ~~[ ] Tests if relevant.~~
- [X] All breaking changes documented.
0 commit comments