phase03/validation #99

Merged
fuzzy merged 3 commits from phase03/validation into main 2026-05-03 22:41:24 +00:00
Owner
No description provided.
# Previous message:
fix: wrap schematic generation in try/except to handle routing failures

SKiDL's auto-router fails on complex circuits with op-amps.
Catch the error so netlist generation isn't blocked, schematic
is best-effort.
# Previous message:
fix: let schematic errors propagate, check outputs independently

Remove try/except around generate_schematic(). generate_and_run now
checks for netlist and schematic files independently of exit code.
A missing schematic is reported as a separate error from missing netlist.
fix: detect KiCad version dynamically in generated script
All checks were successful
CI / lint-test (pull_request) Successful in 42s
719194b79e
Generated script probes KICAD9..KICAD6_SYMBOL_DIR env vars and
uses the first one found. Workflow sets both KICAD9 and KICAD8.
fuzzy scheduled this pull request to auto merge when all checks succeed 2026-05-03 22:40:46 +00:00
fuzzy merged commit 719194b79e into main 2026-05-03 22:41:24 +00:00
fuzzy deleted branch phase03/validation 2026-05-03 22:41:24 +00:00
Sign in to join this conversation.
No reviewers
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
thwap/circuitci!99
No description provided.