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=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Zz4xW8mWTF7td7JJ27RI1f9ZwCIf2WWHnSu4fu0br/0=; b=AxuWfDmPYcA+60e5DwcWCbEFpNKG9b/mpTTgPWqp63a/ShLkb/sMmECfA1gW9hqnr9 +v04w4NSfIjIwvs0y604EeXanOmqFrB+6mZ8gVCRsvNRpc6MPVHZpNmUq0lCFfnsUr7c GyL7IqwbmxlsB0lLtqMqoSA3zQHZ8UScAGAU1fosLHpNMNKHiLx5pBslicDrVIfBFeZd ZTHqA2427jYa/jeQGfMRaPJn88rPYM9ZeE+Cg5raEtDGaUtAn+BuEXEEucqDQrBTZNtC S0KxiU5RBn83AzY4QzUq7tM+Z2BP73LBV46KI3igsirpuaDxWZOwJiODmbuo79OjHE5q IrUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Zz4xW8mWTF7td7JJ27RI1f9ZwCIf2WWHnSu4fu0br/0=; b=iIcOk5zhOpXynYe3NgGY8bcVywwz2CYs+Sihcqh5OgprBbFFp5jCen6bexs6PJpM+/ L+lmiTdy7EkWmhUnvg9uH7FfbHHGNU9P2U4JfFov+oRoNtJ9oyIk19Z0VClA5R+LUBvk Zy1fXXVtLtQvcJeht2n3Xg0L1TXrawyq6jkee/affxeHfffTFofUBOoXl1LI3BzO30jf VkUNbNCu2t/WKrzVD08QZ6wGNVyM65VJVFCM16bUp4fhgQRP59x8RYjOe74wfzqrkqkF SC07uvRzw/4M0vYw4LofnwpmNbdZmrysuY0HH1YQHEUo7nC4J8WFlDGrKkLoYRNUM3CL NMaQ== X-Gm-Message-State: AEkooutcPQT5bD+9nbZcj7QA88/iqwwcMYZVfmwMqSoTsA/+ueRl8B9zQAGEr0dIauNFJ04kITSwxsnCmPSaqQ== X-Received: by 10.194.57.244 with SMTP id l20mr90093325wjq.1.1470767599015; Tue, 09 Aug 2016 11:33:19 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <201608091507.u79F7NGv006618@envy.delorie.com> References: <20160808102438 DOT 12df1886 AT jive> <362971c9-89a9-d628-21ce-4e18349cf95a AT prochac DOT sk> <20160808225137 DOT GN12988 AT foo DOT stuge DOT se> <284f37dd-259c-29b2-6fcc-6f87ecbd7df2 AT prochac DOT sk> <201608090203 DOT u7923lLd002736 AT envy DOT delorie DOT com> <201608090241 DOT u792fFb0005421 AT envy DOT delorie DOT com> <201608090348 DOT u793mSWl009886 AT envy DOT delorie DOT com> <201608091507 DOT u79F7NGv006618 AT envy DOT delorie DOT com> From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Tue, 9 Aug 2016 10:33:18 -0800 Message-ID: Subject: Re: [geda-user] [pcb-rnd] release 1.1.0 To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 On Tue, Aug 9, 2016 at 7:07 AM, DJ Delorie wrote: > >> With all the changes to HID and etc. I also wanted to do it via a >> plugin because I though having a simple dummy HID just for dumping a >> few exports out was a reasonable idea. The rest is obviously scripted. > > Hmmm... having a "testsuite hid" makes a lot of sense; we don't always > care what the exporter does, we want to test the core, so an exporter > designed to make testing easy... Yeah. I'm more or less working on that now. Isn't hidnogui more or less what we want? It's dejavu for me because you can't LoadPCB without bits of stuff for settings and layers happening first, seems unfortunate and I'm not sure why it's necessary. Britton