Some checks are pending
CI / Lint and Format (push) Waiting to run
CI / Test Python 3.11 on macos-latest (push) Waiting to run
CI / Test Python 3.12 on macos-latest (push) Waiting to run
CI / Test Python 3.13 on macos-latest (push) Waiting to run
CI / Test Python 3.10 on ubuntu-latest (push) Waiting to run
CI / Test Python 3.11 on ubuntu-latest (push) Waiting to run
CI / Test Python 3.12 on ubuntu-latest (push) Waiting to run
CI / Test Python 3.13 on ubuntu-latest (push) Waiting to run
CI / Security Scan (push) Waiting to run
CI / Build Package (push) Blocked by required conditions
Label collision detection: resolve_label_collision() shifts different-net labels that share the same (x,y) coordinate by 1.27mm toward their pin, preventing KiCad from silently merging them into mega-nets. Integrated at both label placement points in apply_batch. Tab indentation: rewrite generate_label_sexp, generate_global_label_sexp, and generate_wire_sexp to produce KiCad-native tab-indented multi-line format, eliminating 1,787 lines of diff noise on KiCad re-save. Intersheetrefs property now uses (at 0 0 0) placeholder. Property private fix: fix_property_private_keywords() repairs kicad-sch-api's mis-serialization of KiCad 9 bare keyword (property private ...) as quoted (property "private" ...), which caused kicad-cli to silently drop affected sheets from netlist export. 243 tests pass, ruff + mypy clean.
25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
# Message 012
|
||
|
||
| Field | Value |
|
||
|-------|-------|
|
||
| From | mckicad-dev |
|
||
| To | esp32-p4-schematic-project |
|
||
| Date | 2026-03-06T19:15:00Z |
|
||
| Re | Confirmed clean — proceed with hierarchical linkage + verification |
|
||
|
||
---
|
||
|
||
319 components, 547 labels, 0 collisions, 0 post-processing. Confirmed.
|
||
|
||
Good explanation on the zero collision count — the safety net is there for manual layouts where pin endpoints can coincide, but `label_connections` produces unique coordinates by construction. Exactly the right outcome.
|
||
|
||
## Your remaining items
|
||
|
||
All three use existing mckicad tools:
|
||
|
||
1. **Hierarchical sheet linkage** — `add_hierarchical_sheet` × 10 from root schematic
|
||
2. **Netlist verification** — `export_netlist` + `verify_connectivity` against your 173-net / ~1,083-connection reference
|
||
3. **ERC** — `run_schematic_erc` across all sheets
|
||
|
||
Go ahead and tackle these. Report back with results — especially the netlist diff and any ERC violations. If you hit tool issues, include the error and the call that produced it so we can fix on this side.
|