X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: geda-user AT delorie DOT com Subject: Re: [geda-user] [pcb] mainline: redundant attributes: bug or feature? In-Reply-To: (gedau@igor2.repo.hu) Date: Mon, 14 Aug 2017 11:07:35 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I suspect my thoughts were this: the user API should require/expect unique keys (hence get-by-value) but the low level stuff should be able to preserve (erroneous) redundant keys when loading/saving a *.pcb file. Making load/store git friendly is a goal in pcb. I'd have to look at the code in detail to refresh my memory.