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=majenko.co.uk; s=key1; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Qd71Atb6G/+juuVrR2SdVKnic2VWKkALqTM3jDgXrNU=; b=ZKGUCSuy5V71bGhnZw2VwhquwppEehKkq2oYVCBq3CqQHpQExUenSzutodMaDJxGSP V1iYrkc43kBO2i0ynfdWOF8Br4Tgil6dCMaJBQdfMFl/t4yq/PwkeZfBUiHd3bPT8D7j e7pXd5dg1whIMA/rLYLsgh4SPJo6OS1DRgmZv56CsWwQKxCRbhiAJvAUEFyXgyM4jzYU vnIGHyNGx6T9ecyz+xG7CAxJQZ+OTTOtlVbMD+qA0BKdFH8NHq0ktMHo7DRsYPBZFIgf 90CoHUPgmOK5wOqqtawuCCMUCofNeC+b+Tze4jz43bzeDwfCO5GzWDq3FH/hjpccyEaz B10w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Qd71Atb6G/+juuVrR2SdVKnic2VWKkALqTM3jDgXrNU=; b=WNifEtk3w2s+wNgvKorohtkjLAt7Ikn8LoC1iUQnn+JSbvxPdaKSYOJhtcByHZJxvf Rah27pXWtitRul6Sl0Vemh/lBfFnTwEUBKGUfDgArHWwcy8X0R1DqM5GwWDMgGZ3UKA8 RvK3p44bVl/Ksr7xpY9mz7p+cGQZ4epQRMDt/KQhabT6BVq3lGL+efJSN/WS0wRLZ/O0 zvZhVxDgqQdC3ehn4a8Pd215wQanAEgLsWcR5CHqMDdaJJOKpdDGNThkJVFoknoQS/sB 8rSqt1j/827wzYVX+MBwzJB7Bba1A8P/R6155fao31uNtpjgKevBNwfZBbabLn61C8Xv wcUg== X-Gm-Message-State: APjAAAUBG+0BWnaM9Lhv9zJnBqFSKbOXzU5AmltUcehuMijnkcP9Ghui CncgqsU1NsUkkeIuCpxYnE0MEEv2CjP2knst1OqXgPXq X-Google-Smtp-Source: APXvYqzfKosi+oBKz1FFOd2pBLhCLfRlBK7dQZ/5UzaOTHyGPy+VINkXwg0N8i28w15Ke8R5IBfu48x5fi57LfSfgyY= X-Received: by 2002:a2e:3a13:: with SMTP id h19mr2412420lja.220.1567460857775; Mon, 02 Sep 2019 14:47:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Majenko Technologies (matt AT majenko DOT co DOT uk) [via geda-user AT delorie DOT com]" Date: Mon, 2 Sep 2019 22:47:26 +0100 Message-ID: Subject: Re: [geda-user] gschem interaction from external processes To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000a09e89059198eb33" Reply-To: geda-user AT delorie DOT com --000000000000a09e89059198eb33 Content-Type: text/plain; charset="UTF-8" Well, yes at the moment I do have to use it. I don't have the import functionality. The changes I have made to PCB have broken my ability to pull upstream updates. Until I get round to re-creating the changes in PCB (unless someone else has already done the things I have) in the current codebase I'm stuck with an older version. I mean, I can't even open my files in the new version (unless someone has changed the file format into the exact same as I have...) I guess I should check out the latest version sometime and see what I would need to reimplement to get myself up to date. On Mon, Sep 2, 2019 at 10:44 PM DJ Delorie wrote: > "Majenko Technologies (matt AT majenko DOT co DOT uk) [via geda-user AT delorie DOT com]" > writes: > > The way this system is designed, yes, I need to save and revert. You > > need to ensure that the file is saved before running gsch2pcb > > otherwise it won't know what he current elements are. And you need to > > revert afterwards so that any removed elements vanish in PCB. > > I guess my question is "do you really need to run the obsolete gsch2pcb, > instead of the new file->import that bypasses it and has much better > functionality?" > > File->Import does not use gsch2pcb, it uses a different netlist filter > that lets you do in-place updates. > -- *Matt Jenkins* Majenko Technologies --000000000000a09e89059198eb33 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Well, yes at the moment I do have to use it.=C2=A0 I don&#= 39;t have the import functionality. The changes I have made to PCB have bro= ken my ability to pull upstream updates. Until I get round to re-creating t= he changes in PCB (unless someone else has already done the things I have) = in the current codebase I'm stuck with an older version. I mean, I can&= #39;t even open my files in the new version (unless someone has changed the= file format into the exact same as I have...)

I guess I= should check out the latest version sometime and see what I would need to = reimplement to get myself up to date.

On Mon, Sep 2, 2019 at 10:44 PM = DJ Delorie <dj AT delorie DOT com> wro= te:
"Majenk= o Technologies (mat= t AT majenko DOT co DOT uk) [via geda-user AT delorie DOT com]"
<geda-user AT de= lorie.com> writes:
> The way this system is designed, yes, I need to save and revert. You > need to ensure that the file is saved before running gsch2pcb
> otherwise it won't know what he current elements are. And you need= to
> revert afterwards so that any removed elements vanish in PCB.

I guess my question is "do you really need to run the obsolete gsch2pc= b,
instead of the new file->import that bypasses it and has much better
functionality?"

File->Import does not use gsch2pcb, it uses a different netlist filter that lets you do in-place updates.


--
Matt Jenkins
Majenko= Technologies

--000000000000a09e89059198eb33--