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-transfer-encoding; bh=0jjbzvDch0Q8IV0QMTzfXGVrPTQNv6DXe/AKzqV7098=; b=HKcqxXRWtZe6D9IWfRG8YGzFvaLs3ppEHnjAdarAHw1fRpiPDTtCs+dz39LVMZHcdD hN0fUfF8eiyL8K1WuO1HF6AquSEyuMIY3xc06Trq3YqHKFJU4HW6Yj0uTlJAiMLpzkq4 /ZxyeJMOI8rLoHaGXsSZpFNsOqNbdJ5QCDdUx48esWmPho7N3Ixs8fxDawddAkJriBg8 NC5E5tOeIqlXk5xjEw39OoyKmCRxTOGdZZFTCplgeNkxsiNg4vjzlnRrferq92P3A22B 4J2jTcHdOxyImynZImvLbzNPJ5kPDxcxFLCrKagWtiIcwNZX/PEBvRDSYJWiiQTzZO2K oafA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=0jjbzvDch0Q8IV0QMTzfXGVrPTQNv6DXe/AKzqV7098=; b=N3yRoNFBfuhyXHsMtt4HatI3djS4s9m6YssaYPkfrBd/Ibr986tUTOybkJ9O+h9dEd suy+oqoiHEwPqwRhjvo82Lrktvn/MRvRG2b6p4EDhpL54S8fqrpGTEwYjz2t5g//X+qL /LFBrNMDXxFIn+G1mLoTCZ8AoPqrI5YYFpsShi8y7eziziGK5X5+iZ8yoejipLKxSqBS BHXrReHV8kF8Ko/H6h3DAcsztjjLD0aSsvnwe1LFVJs4FwpT3s93BPZXMVgjl5PyJBM3 HsFCiMtTlku+95HYGT6lRTvpkt/ZPhFPvEvBm9Ld3vcsmrjCKdhxw87FT2QZ+tSHGrD1 Bq1w== X-Gm-Message-State: AD7BkJJBb3qmjhxlQoDRcFO7igEjPuMmh+7qmYi4YQJo2m/oN7CNVWcvvYoMsYv5/S/oEA== X-Received: by 10.28.90.68 with SMTP id o65mr18507829wmb.70.1458642526818; Tue, 22 Mar 2016 03:28:46 -0700 (PDT) Date: Tue, 22 Mar 2016 11:28:41 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] mucs autorouter Message-Id: <20160322112841.2191d97044a184d5158b9ba9@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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, 22 Mar 2016 10:43:15 +0100 (CET) gedau AT igor2 DOT repo DOT hu wrote: > > > On Tue, 22 Mar 2016, Kai-Martin Knaak wrote: > > > gedau AT igor2 DOT repo DOT hu wrote: > > > >> Input: http://igor2.repo.hu/tmp/tut.pcb (+ a netlist) > >> Output: http://igor2.repo.hu/tmp/tut_routed.pcb > >> > >> I could invest some more hours and rewrite the util to be a plugin. > > > > IMHO, plugins are a less than optimal concept in the case of low volume > > low traffic projects like pcb and EDA in general. In particular, the way > > plugins are done in pcb presents enough additional obstacles that I tend > > to not use them at all. Plugins need to be compiled separately for each > > Fortunately plugins are defined a bit differently in pcb-rnd. > > We celarly don't agree on the role of plugins; in pcb-rnd I'm investing > time in splitting up the core and moving much of it into core plugins so > the user can decide which features should be compiled or even dynamic > linked. Even though they are split up from core and not used by default the core they could be stored within the source tree. Maybe in separate directories depending on there status and compilation error may even produce a warning instead of an error if they are compiled. Nicklas Karlsson