X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-SourceIP: 85.216.233.42 X-Clacks-Overhead: "GNU Terry Pratchett" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=prochac.sk; s=default; t=1428234924; bh=X1YybjAZOGNJHQTJ2CfmLIfhRovMoZWAUiaweDPMFsU=; h=Date:From:To:Subject:References:In-Reply-To; b=S6yYdk8MN8mJUCWWRxnwmUUyTnTQP3KbqLmFj9Jbyd44Lrl0tzJi0BoNzCB/naq49 Ad6uTYjDnRoKDCX162/MT+6wyCjiE6MyNtJ4QPga9qafeH1o8CBd+U59Fpk/SBEIvz i9gLNgPUDfRw88O4S/+28MOg+FT8ofmi/BM+RP/M= Message-ID: <55212266.9070001@prochac.sk> Date: Sun, 05 Apr 2015 13:54:14 +0200 From: Milan Prochac User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] 3D view References: <435039979 DOT 124044 DOT 1427520523995 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> <5520F54F DOT 1040808 AT prochac DOT sk> <20150405111538 DOT 410e52f1 AT wind DOT levalinux DOT org> <55210CB8 DOT 1020202 AT prochac DOT sk> <20150405125619 DOT 2e2e8dde AT jive> In-Reply-To: <20150405125619.2e2e8dde@jive> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on samuel.doma.local Reply-To: geda-user AT delorie DOT com On 5. 4. 2015 12:56, Lev wrote: > The problem with plugins is that they should be also maintained. So if > someone makes a change in PCB, the plugins might not be able to > compile anymore. I've seen that before. So I think the plugin way is > just one step ahead, and it would be great if your code merged into > PCB head. As far the plugin compilation is not part of main build process it is not so big problem. Plugin which does not compile anymore can be marked as "unmaintained" (moved to separate directory). Some kind of tests can be part of release process. The user contributions are not lost and later some volunteer can fix unmaintained plugin and bring it back to life. Milan >> I will change both my exporters to plugins, some changes are required > I think this is one step forward. Again, it would be nice if it was in the > main branch of PCB. > > > Levente >