www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/08/26/02:45:47

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=W7B/+f6e50Xu0YvnUC1OEKz5rLKdhdCDK6MgNFldvLk=;
b=GhaIvPG4VD5n0ZYLGpkCKAm+YJ6ur+872ODapgbNbTveKaC4J2omcVjXY+zIcKex6O
xHH0HCkqnhj4tWpHed/sJ0d3UhieazsiAfGxsyj6gwJKlktKjggs9bEJ/xybTVuHP43w
7Z7iJlsTjQr+/1vZehXnsRyj0PBTltrQGmHb5miQRwjfsi4IMQhDXnRn0t0dckGEPTTu
ZG55Wak74sIyhSMdwzwtTbBZq1RYk6xJSq/4OBItGy87FkhL6J0QTdlFK3HPhrV/pL2Z
e/wFBkKjJseYg44cdxi9hxP5LrggPCC7kxkVHb4lw0EQ7f2wFWeqfVoihJejI+DnZwhU
ESfA==
X-Received: by 10.152.243.9 with SMTP id wu9mr26638663lac.41.1440571458521;
Tue, 25 Aug 2015 23:44:18 -0700 (PDT)
Date: Wed, 26 Aug 2015 08:44:13 +0200
From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] Re: off-topic: daydreaming about modularization
Message-Id: <20150826084413.c498b9d110d16a83e4762835@gmail.com>
In-Reply-To: <CAM2RGhTG32CrWU_EDasqN31LvSxMp2xa5_topOBjGp69z26nzQ@mail.gmail.com>
References: <6B8DDCCF-0E84-43DC-94A3-89CE0E56F0ED AT noqsi DOT com>
<201508242052 DOT 28189 DOT ad252 AT freeelectron DOT net>
<alpine DOT DEB DOT 2 DOT 00 DOT 1508250534570 DOT 6924 AT igor2priv>
<3766120C-93DD-454D-B2FA-7C79B78DC86C AT noqsi DOT com>
<alpine DOT DEB DOT 2 DOT 00 DOT 1508251403030 DOT 6924 AT igor2priv>
<8DC5050C-49D2-49AD-94B0-A1FC857178E5 AT noqsi DOT com>
<55DC6491 DOT 8030607 AT iae DOT nl>
<3FA132D6-A8D9-47C8-8D37-E1962EF4098B AT noqsi DOT com>
<55DCAA14 DOT 1030009 AT xs4all DOT nl>
<CAM2RGhSiukLAyPK3cx90aJEe1qPNDy3xfM_aAzQQ-Z3pioqRrQ AT mail DOT gmail DOT com>
<20150825235047 DOT 31733 DOT qmail AT stuge DOT se>
<CAM2RGhRrawc8RyuW1NHpgS091xPQLsHhOtbiVjom1LqBYjZ80Q AT mail DOT gmail DOT com>
<CAM2RGhTG32CrWU_EDasqN31LvSxMp2xa5_topOBjGp69z26nzQ AT mail DOT gmail DOT com>
X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu)
Mime-Version: 1.0
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

I would bother if you swear around at a bug but but it would be better to come up with f**king damn good ideas.


On Wed, 26 Aug 2015 03:01:05 +0000
"Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> wrote:

> Apparently my last email got spam flagged for language. I substitute
> the world heck. I am all for enforcing a level of civility in
> discussion but the difference between fearing a terrible doom from
> something and swearing about / at people is clearly lost on this
> filter.
> 
> On Wed, Aug 26, 2015 at 2:52 AM, Evan Foss <evanfoss AT gmail DOT com> wrote:
> > On Tue, Aug 25, 2015 at 11:50 PM, Peter Stuge (peter AT stuge DOT se) [via
> > geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
> >> I've re-ordered slightly.
> >>
> >> Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote:
> >>> * libpcbfile for moving between a memory representation of a layout
> >>>   and the file that stores it
> >>> * libpcbgeo for processing geometric properties
> >>> * libpcbnetlist for forward and backward annotation
> >>
> >> The above libraries aren't really gEDA-specific, seem to be more what
> >> edacore targets.
> >
> > I am not so sure about that. I can see people linking against
> > libpcbfile so that they can read our file format into the data
> > structure we use.
> >
> > EDAcore should fill in by linking against our library and kicad's. It
> > would then load what you wanted to convert into memory via the correct
> > lib, convert and then export via the other lib. EDAcore needs to have
> > libEDAconv or libEDAmap.
> >
> > Or
> >
> > gEDA needs to find the code in KiCAD that loads files, write a
> > translator between it's map and ours and then use their file handling
> > library. I don't trust their authors because I know how to find my own
> > bugs, other peoples ... The thing is I favor this because of the
> > potential heck that will happen to geda symbols after people start
> > moving stuff in from kicad. We need to get serious about tracking
> > authorship, viability (used in a pcb, used in a sim, and tested).
> >
> > Really before any of that I want a good library manager that is
> > explicitly for content in a dvcs. I have ideas but I need to get some
> > real work done first.
> >
> >>> * libpcbexport for translation to pdf, ps, png, jpeg
> >>> * libpcbui for providing the HID interface
> >>
> >> Anything ui is certainly gEDA-specific, maybe also export, maybe not.
> >>
> >>
> >> I think everyone agrees that common code should be in libraries.
> >> It "just" has to be written.
> >
> > "yea what he said"
> >
> > Digg the quotes.
> >
> >> //Peter
> >
> > Evan
> >
> > --
> > Home
> > http://evanfoss.googlepages.com/
> > Work
> > http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/
> 
> 
> 
> -- 
> Home
> http://evanfoss.googlepages.com/
> Work
> http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019