X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=LET3yNVwA8getVZdpxcFCtValInAs/nD9tS4xpTQywk=; b=GM3JKc5sgra57guZqEiySFjWv81Xxfv4Il6HOO1NnjrLrjiLK2LPQy8N6MSmVSjTF+ d1I4/m+c1YauKJeg/t5+iE1yMTtCceH06Ot3Decqc+23lgNBnaObmPM9NJUMx+G3y44v Z+nfRbTbufdg+oqD7rVR3TRIOMRbB5hWVZqjEu/ltZSwp2RA5RKETemDN3cU+/2cRSOi rAysNYrKvni/n7hqUfUgwvmJJWPVRcAXU4cxssJeO6PdtwnEMxxTx6w8rs3ogZccpR64 9GIl8dFniVLC4kyrbf2vvURFe3kuhQj61I6mZoYU8dCxtBLXuMMdRNoBq49tVzyx5NFE Bshw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LET3yNVwA8getVZdpxcFCtValInAs/nD9tS4xpTQywk=; b=fVtsaH0j4zrPLqi2XfnGKoLBvI8OUEeZYxwL5CLQMNNvF+6wUwNA6MgCuFUQHj/lRV mOlwAoL59A3rp2iJmLYnSIb1WipmZvsnJE4cBMX1DzucR1IS+ZXSx539qD8VpVSd8FQf FmYcyrmJTky2BNb6QWIkn0YpzY8oBDY+EG+9n9qfLlQJv0+GGJRCSZDEgbGUumjhS0WN PqYInUlzGLTDQmmDchijWywLwFAgGPn1gR5sEt7dttFcF0KrHVpdSwNYXDLDyPAjxE/Z uh/Af49mZe573goGrKdlzRDUIVDPshw+gwSTxHMuYCeQ8+fCNdKYb6dxXJSNR3Rfaolm PrEw== X-Gm-Message-State: AHYfb5hmfM4WMPlbmLhLjS3F09TjQow9gdsZUrl/Nh9cbdQpC4VYRv6Q Vmw7PF2OOCWCxoGk X-Received: by 10.25.193.21 with SMTP id r21mr9491631lff.107.1502789148249; Tue, 15 Aug 2017 02:25:48 -0700 (PDT) Date: Tue, 15 Aug 2017 11:25:44 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] [pcb] mainline: redundant attributes: bug or feature? Message-Id: <20170815112544.a22819165400c065dda1376b@gmail.com> In-Reply-To: <20170815060057.mynll7b2f6u4slxf@lt-gp.iram.es> References: <20170815072851 DOT cd3656b5676b6a1371d4d887 AT gmail DOT com> <20170815060057 DOT mynll7b2f6u4slxf AT lt-gp DOT iram DOT es> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > Attribute with same name added several times may in sort of be interpreted as a list of values. In gschem it is possible to add several attributes with same name but it never make sense and it's not possible to know for sure which value is used. > > Hmm, the net= attribute is often repeated and it has a very useful and > fairly intuitive meaning. But it is only useful to repeat once for each net, I guess. There may be other cases there several alternatives should be available but if this is a good method to implement a list I have no good argument in any direction.