Skip to content

Breadth-first search in report_iter#182

Open
Kile-Asmussen wants to merge 10 commits into
rootcause-rs:mainfrom
Kile-Asmussen:feature/bfs
Open

Breadth-first search in report_iter#182
Kile-Asmussen wants to merge 10 commits into
rootcause-rs:mainfrom
Kile-Asmussen:feature/bfs

Conversation

@Kile-Asmussen
Copy link
Copy Markdown
Contributor

No description provided.

Kile-Asmussen and others added 10 commits March 27, 2026 23:45
# Conflicts:
#	src/report/iter.rs
#	src/report/ref_.rs
- Drop unused `vec::Vec` import in src/report/iter.rs
- Rename marker types `DFS` -> `Dfs`, `BFS` -> `Bfs`
  (clippy::upper_case_acronyms)
- Remove dead `generate_report_tree` and `join_contexts_as_string`
  helpers — they had no callers and `format!("root")` triggered
  clippy::useless_format
- Revert unrelated visibility bump `mod report` -> `pub(crate) mod report`
  and drop misleading "Only importable in test" doc comment
@Kile-Asmussen
Copy link
Copy Markdown
Contributor Author

Oh, I can see you deleted the dead code helper functions. With a good night's rest, I remember that I wrote them to deduplicate the code in the doctests. Dunno if that is very relevant, I thought they were quite verbose. Otherwise this looks fine.

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.

2 participants