You've already forked OrthoRoute
mirror of
https://github.com/bbenchoff/OrthoRoute.git
synced 2026-07-24 10:21:43 +00:00
Three unreachable blocks, ~900 lines: - RoutingThread(QThread): fully implemented, never instantiated. The live path runs routing synchronously on the GUI thread. - The 'progressive routing' pipeline (_route_manhattan_rrg, _setup_progressive_routing, _routing_step, _route_net_batch, _route_single_net_step, _update_preview_after_batch, and friends): reachable from no button or signal. - Orphan handlers (_on_routing_completed/_on_routing_error/_cancel_routing/ _reset_routing_ui) that referenced the never-created self.routing_thread, plus a shadowed duplicate trio of module-level status helpers and a _convert_board_data_to_domain whose only callers were in deleted code. Verified: module imports clean, monkeypatched methods intact, no dangling references, full suite passes.