X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 9 Aug 2016 04:46:08 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] [pcb-rnd] release 1.1.0 In-Reply-To: <20160808225137.GN12988@foo.stuge.se> Message-ID: References: <20160808102438 DOT 12df1886 AT jive> <362971c9-89a9-d628-21ce-4e18349cf95a AT prochac DOT sk> <20160808225137 DOT GN12988 AT foo DOT stuge DOT se> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Mon, 8 Aug 2016, Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com] wrote: > Milan Prochac (milan AT prochac DOT sk) [via geda-user AT delorie DOT com] wrote: >>> there's a functional file format plug-in for main line as well. >> >> Last version lives in branch home/milanp/personal_complete > > Are the file format plugin systems in pcb and pcb-rnd compatible? Nope. > If not, why not? My goal with the io_* plugin was not only to allow multiple file formats but to make them plugins. Pcb-rnd has an improved plugin system in place: the user can select any plugin to be disabled, linked in or compiled as dynamic load plugin. The system is orthogonal enough that you can use it even at corner cases, like compile the executable without any file format support (in which case you can e.g. draw and export but can't save and load). > > I tend to disagree with merging an incompatible feature into pcb. > > Please help close the gap. Thanks. I don't think too much of pcb-rnd would be merged to pcb. I especially don't think that big infrastructural changes like the improved plugin system (that heavily depends on the build system) would ever hit mainline. Regards, Igor2