Figure out recursive querying #2

Open
opened 2026-05-08 03:16:46 +00:00 by gotmax23 · 1 comment
Owner
# TODO(!!!): Figure out how to handle recursive querying (e.g., bar -> foo -> some-orphaned-package),
# specifically how to represent that in the outputs (JSON data and text
# reports) or whether that's something we want to implement here to begin with.
``` # TODO(!!!): Figure out how to handle recursive querying (e.g., bar -> foo -> some-orphaned-package), # specifically how to represent that in the outputs (JSON data and text # reports) or whether that's something we want to implement here to begin with. ```
Author
Owner

Before I overengineer recursive querying1, I'd like to figure out report generation and formatting based on a single level of dependency resolution (#3 and #4).


  1. Recursive querying isn't horribly complicated. The main question/problem is how to incorporate more than one level of an orphaned package's reverse dependency tree into the text and JSON reports in a logical way (which I don't necessarily think v1 necessarily succeeded in doing). ↩︎

Before I overengineer recursive querying[^1], I'd like to figure out report generation and formatting based on a single level of dependency resolution (#3 and #4). [^1]: Recursive querying isn't horribly complicated. The main question/problem is how to incorporate more than one level of an orphaned package's reverse dependency tree into the text and JSON reports in a logical way (which I don't necessarily think v1 necessarily succeeded in doing).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
packaging/orphansv2#2
No description provided.