Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 40528 invoked from network); 29 Sep 2005 14:53:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 14:53:59 -0000 Received: (qmail 4633 invoked by uid 500); 29 Sep 2005 14:53:53 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 4577 invoked by uid 500); 29 Sep 2005 14:53:52 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 4564 invoked by uid 99); 29 Sep 2005 14:53:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 07:53:52 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [139.19.1.1] (HELO interferon.mpi-sb.mpg.de) (139.19.1.1) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 07:53:57 -0700 Received: from amavis by interferon.mpi-sb.mpg.de with scanned-ok (Exim 3.36 #1 (Debian)) id 1EKzmh-0007Bw-00 for ; Thu, 29 Sep 2005 16:53:19 +0200 Received: from mpiat2305.ag2.mpi-sb.mpg.de ([139.19.20.94] ident=topic) by interferon.mpi-sb.mpg.de with esmtp (Exim 3.36 #1 (Debian)) id 1EKzmY-00078V-00 for ; Thu, 29 Sep 2005 16:53:10 +0200 Message-ID: <433BFFD5.9020700@kaffe.org> Date: Thu, 29 Sep 2005 16:53:09 +0200 From: Dalibor Topic User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [vote] Accept JIRA contribution HARMONY-5 : David Tanzer's proof-of-concept component model References: <9FFE9F24-033F-412D-8AB7-5069B099B85B@apache.org> In-Reply-To: <9FFE9F24-033F-412D-8AB7-5069B099B85B@apache.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Geir Magnusson Jr. wrote: > David Tanzer has offered his proof-of-concept component model to the > project. It can be found here : > > http://issues.apache.org/jira/browse/HARMONY-5 > > [ ] +1 Accept the code into the project > [ ] -1 Don't accept the code. Reason : > +1 Accept the code into the project Looks fine. Technical comments: I'd suggest using lt_dlopen(ext), since that solves some of the issues, but it's not available everywhere. It comes with macros for path separators and all that. In kaffe, there is a dlopen wrapper, that defaults to lt_dlopen on normal platforms, and allows people on more academic platforms to override them for their specific needs (for example, when they have a barebone system). cheers, dalibor topic