From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Sun, 08 Nov 2015 11:02:31 +0000 Message-ID: References: <56259FDD.8040401@dancol.org> <87zizeme8k.fsf@tromey.com> <5625B166.3080104@dancol.org> <86zizdczhp.fsf@stephe-leake.org> <871tc315y3.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1145b2d053b25c0524056ac7 X-Trace: ger.gmane.org 1446980583 18848 80.91.229.3 (8 Nov 2015 11:03:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Nov 2015 11:03:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 08 12:02:58 2015 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 1ZvNkO-0003SS-HI for ged-emacs-devel@m.gmane.org; Sun, 08 Nov 2015 12:02:56 +0100 Original-Received: from localhost ([::1]:46898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvNkN-0001RV-QR for ged-emacs-devel@m.gmane.org; Sun, 08 Nov 2015 06:02:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvNkB-0001RQ-EN for emacs-devel@gnu.org; Sun, 08 Nov 2015 06:02:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvNkA-00089X-93 for emacs-devel@gnu.org; Sun, 08 Nov 2015 06:02:43 -0500 Original-Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:34526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvNkA-00089Q-2S for emacs-devel@gnu.org; Sun, 08 Nov 2015 06:02:42 -0500 Original-Received: by wmnn186 with SMTP id n186so75834113wmn.1 for ; Sun, 08 Nov 2015 03:02:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=zdG/TkqygmdtF82XKZxTa/pIlCJeWHBXlDJfVEMF+DA=; b=OlIyD3jSPytFsOYGK9fl0kPGn+hf4BoTxEorBVYuM+tf6bLGO2vrSlp7J2lvulUFI3 msbFjKfj8YMPyOMQhvi9W7TQxM9IDn3IK2qZOgEvf8WlaxbyFn3q+HhRwNlLP/FZrV1A x0rs+ytm3zjfoIMLct4kWj2tsUaEZ1um4uT+RH4fYxkbkejg/lplogKw2JvfeuiOzvfA DbWI7GJTuJu3c1m+I8ut4x410oYuUfQTS/p7AhkRPewdIGehb2BOB7bkQTHJRgqnszqT NdDgIZotYGYjBRUslvE2swef9eEx5ZeBCy61hLwMUQb5s2+Ttm5osV2PDZN391p64+HP G0/g== X-Received: by 10.28.144.10 with SMTP id s10mr20694664wmd.23.1446980560858; Sun, 08 Nov 2015 03:02:40 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::22b 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:193596 Archived-At: --001a1145b2d053b25c0524056ac7 Content-Type: text/plain; charset=UTF-8 John Wiegley schrieb am Sa., 7. Nov. 2015 um 05:58 Uhr: > >>>>> Ted Zlatanov writes: > > > I've tried to review the discussion so far and believe the code is > > "functional enough." I think we got agreement from Stefan (probably John > > too) to exempt dynamic modules from the feature freeze. > > If Eli and Stefan agree, Stefan disagreed with (a) error handling (longjmp vs. local return) and (b) local object allocation (direct cast vs. a simple local allocator). > you have my go ahead to integrate the code. Would you prefer this as one big patch, or as several smaller ones? A big patch would make it easier to see the code in context, but splitting it up might increase review speed. --001a1145b2d053b25c0524056ac7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


John W= iegley <jwiegley@gmail.com>= schrieb am Sa., 7. Nov. 2015 um 05:58=C2=A0Uhr:
>>>>> Ted Zlatanov <tzz@lifelogs.com> writes:

> I've tried to review the discussion so far and believe the code is=
> "functional enough." I think we got agreement from Stefan (p= robably John
> too) to exempt dynamic modules from the feature freeze.

If Eli and Stefan agree,

Stefan disagreed = with (a) error handling (longjmp vs. local return) and (b) local object all= ocation (direct cast vs. a simple local allocator).
=C2=A0
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex">you have my go ahead to integrate the code. <= /blockquote>

Would you prefer this as one big patch, or = as several smaller ones? A big patch would make it easier to see the code i= n context, but splitting it up might increase review speed.=C2=A0
--001a1145b2d053b25c0524056ac7--