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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=jeZqrk5/CkUFV7gOapBAKHKr+CC5rMUyAo8Q2Dry/94=; b=Z1fc7kLxt3egIUhW8oCpOVJQQlysO/muUJHX27aN9oIozeR5x4Mtio0KQDlICpTjYi oI9Xc9AzMDnlsctlSxWB8HEfIUveoDRo86CWetGKUyeGF6HDRJfYm9y2wn7JtCwVOBW2 jqkahMYKTmXIP2s1y6w1efu4n1C81MiG5xFOcGEneJBjW+rKLw9qtyTIQNNHgDVnkVdu EXGkl9MwZuqZoXIPNei0aPDY0Vewc/OItfDZ7RGwId/3v/huQEeJ6urj6jJEpastJRm7 PuTAGow7pKCvRCPt7W8f2FwTm90gI+uaeMqDm5Yfcop02D6z80HePm6dqeS4eReQIPEX mq9w== X-Received: by 10.180.21.137 with SMTP id v9mr45305352wie.8.1441729509564; Tue, 08 Sep 2015 09:25:09 -0700 (PDT) Date: Tue, 8 Sep 2015 18:25:04 +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] Desired changes (was:"New experimental netlist features") Message-Id: <20150908182504.196a11571c68bc63ef8e4c27@gmail.com> In-Reply-To: References: <55E8773B DOT 9000902 AT jump-ing DOT de> <55E8831A DOT 8050307 AT jump-ing DOT de> <55E891FA DOT 2010509 AT jump-ing DOT de> <201509032030 DOT t83KU1Yq017045 AT envy DOT delorie DOT com> <55E97A3E DOT 2070402 AT jump-ing DOT de> <69B8B3F4-A6E4-43E9-9055-C63A5D6A3707 AT noqsi DOT com> <43CA04C5-47B7-4DA4-8005-3A2D4E9D0E47 AT noqsi DOT com> <20150908162514 DOT 43142577ec15e48c50950a18 AT gmail DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 > >>> The basic problem is that referencing symbols in a global library requires that the global library not change. So, if you change the default library, you break old projects. > > > > Not if symbols are copied into library and only updated then pressing the update button. > > > > Not true. Symbols are, by default, accessed by referring to the symbol file name in gschem and gnetlist. Simply relaunching gschem or running gnetlist effectively updates your symbols from whatever the symbol files contain. You can embed symbols in the schematics, and that’s a solution in some cases, but it is too inflexible for others. > For me it seems like a problem to never be allowed to change an old symbol without breaking schematics using them.