X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=S20eLYxm6iBczM+4s7ukQdMoVWBKvfbsRb9a+rRis3Q=; b=f5ghb4FHuLdG5LtIkhuNGByWtkUtLksnQbnggJbxyV6EWqN6AEnwAskDpsoeZhu/w2 WVra+uN8BEjpw9CHhANZutbfd3yx83xUhBFYXI+hZK6Lhftn7PHFAt2Sytl8lcfp/9yY U6V8R16RO7Y+r/silpSxjYAuwsummq1sUpTJU= Date: Tue, 8 Nov 2011 11:06:16 +0100 From: Cyril Hrubis To: geda-user AT delorie DOT com Subject: [geda-user] duplicate refdes values Message-ID: <20111108100616.GA32119@yumi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Reply-To: geda-user AT delorie DOT com Hi! I've got bitten by this once more and decided for fix. The problem is that I've, by a mistake, forgot to change refdes on one of my resistors and spend another ten minutes by figuring out what went wrong. What I want to fix is that both gsch2pcb and pcb are silent about this and the pcb just picks up only one of them. As far as I understand the gsch2pcb source it acts as a stream editor and has no memory of previous parts I was thinking of adding hash table of previous refdes values and make it print warning on duplicate entires. I could prepare patch for this. The pcb is more compliacted though both by the source code and by a gui perspective. -- Cyril Hrubis