aktos-io / aecad

Open Source Circuit Board Design Software that runs on the browser and desktop
https://aktos.io/aecad
54 stars 10 forks source link

Netid should be cleaned when that net is removed from the netlist #86

Open ceremcem opened 2 years ago

ceremcem commented 2 years ago

Netid stays as a remnant after whole net is removed from netlist. This causes unnecessary conflicts.

Reproduction

  1. Declare a new connection within the netlist.
  2. Compile
  3. Remove that connection from the netlist
  4. Compile
  5. See that the corresponding pads now have the remnant netid values.