From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Wed, 24 Sep 2014 13:27:39 -0400 Message-ID: References: <87y4t9m76w.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411579701 28784 80.91.229.3 (24 Sep 2014 17:28:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2014 17:28:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 24 19:28:14 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XWqMQ-0004SK-Eg for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2014 19:28:14 +0200 Original-Received: from localhost ([::1]:33263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWqMQ-0005qn-2b for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2014 13:28:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWqM5-0005qb-IT for emacs-devel@gnu.org; Wed, 24 Sep 2014 13:28:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWqLy-0006Hq-3T for emacs-devel@gnu.org; Wed, 24 Sep 2014 13:27:53 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:64350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWqLx-0006HK-Vf for emacs-devel@gnu.org; Wed, 24 Sep 2014 13:27:46 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVOnWBcZ/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBVigLCzQSFBgNiCgI0hkXjwEWhCIEqwODTCE X-IPAS-Result: ArUGAIDvNVOnWBcZ/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBVigLCzQSFBgNiCgI0hkXjwEWhCIEqwODTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="90773760" Original-Received: from 167-88-23-25.cpe.teksavvy.com (HELO ceviche.home) ([167.88.23.25]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Sep 2014 13:27:39 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7636C66094; Wed, 24 Sep 2014 13:27:39 -0400 (EDT) In-Reply-To: <87y4t9m76w.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 24 Sep 2014 10:20:07 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174692 Archived-At: > I'd love to get a version of this in a branch and try it for JSON and > YAML parsing library integration. Is it ready for that kind of abuse? AFAIC, it's OK to start installing such experimental code in trunk, as long as it's properly #ifdef'd. > We previously discussed signed modules in addition to unsigned. Can your > patch provide that? The FFI itself shouldn't care about signed modules. This should be done by the module download&installation code (which should most likely be in package.el). Stefan