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, 25 Oct 2015 20:40:35 +0000 Message-ID: References: <83r3trulse.fsf@gnu.org> <54E0D7E0.305@87.69.4.28> <83h9unukbg.fsf@gnu.org> <54E0DEF8.7020901@dancol> <83egpruiyp.fsf@gnu.org> <54E0FF93.2000104@dancol.org> <5610ED13.1010406@dancol.org> <56117F37.9060808@dancol.org> <56259FDD.8040401@dancol.org> <87zizeme8k.fsf@tromey.com> <5625B166.3080104@dancol.org> <86zizdczhp.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013d0f80e005700522f3dbde X-Trace: ger.gmane.org 1445805656 25369 80.91.229.3 (25 Oct 2015 20:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2015 20:40:56 +0000 (UTC) Cc: Eli Zaretskii , Daniel Colascione , Stephen Leake , Emacs development discussions , Tom Tromey To: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 25 21:40:53 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 1ZqS60-0007iL-Su for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2015 21:40:53 +0100 Original-Received: from localhost ([::1]:49479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqS60-0006Vn-2f for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2015 16:40:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqS5v-0006Vh-TD for emacs-devel@gnu.org; Sun, 25 Oct 2015 16:40:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqS5v-0006wn-6V for emacs-devel@gnu.org; Sun, 25 Oct 2015 16:40:47 -0400 Original-Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:37648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqS5t-0006wJ-D4; Sun, 25 Oct 2015 16:40:45 -0400 Original-Received: by wicfv8 with SMTP id fv8so90766736wic.0; Sun, 25 Oct 2015 13:40:44 -0700 (PDT) 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 :cc:content-type; bh=J0PGhlsGg6XkMbGeBgvBrjom2BW8VxFo+tE9D7jtlZE=; b=k1Yg/w6GBKOP+ncWlnS2XNe+WFWcj/SY4XxyErES+n/hew0KmO+0Mt+wylQSopBcLl 47/AXgpqd2zkyNMUBB9WEB3pUE/KwHwQCR9xSiwhgyNKnX/Rg4uLlV0tZ3beFJ0GWOeY t1kEASOUiXz5UsMEHPnN2+IMUuPCBKhX2IzvFP7znIqMy+ziLFIrd0WZMyFB90vyKShG rQDAgCUrWJWaa4aMFWbONeOhvbQUPgn5nkTafS3CtjfC+73NJ+V1GsrLv6kkZZN1LXFf 8KA9CQFq4IYRaah7XqydNrQlNWSlcVo6hXaoP6Sv9hXngckUR6hj8XwjXnRY7S7dTg4T pYlA== X-Received: by 10.194.179.33 with SMTP id dd1mr18458313wjc.79.1445805644840; Sun, 25 Oct 2015 13:40:44 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::232 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:192623 Archived-At: --089e013d0f80e005700522f3dbde Content-Type: text/plain; charset=UTF-8 One more thing: I'd suggest to unintern module-call and module-refs-hash, like we do with internal-interpreter-environment. They are implementation details that users can't meaningfully work with; in the case of module-call, users have no way to pass the needed environment pointer, and modifying module-refs-hash would be quite harmful. --089e013d0f80e005700522f3dbde Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
One more thing: I'd suggest to unintern module-call an= d module-refs-hash, like we do with internal-interpreter-environment. They = are implementation details that users can't meaningfully work with; in = the case of module-call, users have no way to pass the needed environment p= ointer, and modifying module-refs-hash would be quite harmful.
--089e013d0f80e005700522f3dbde--