From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Mon, 16 Nov 2015 01:10:20 +0100 Message-ID: References: <871tc315y3.fsf@lifelogs.com> <83611eqk9w.fsf@gnu.org> <878u6ax7c7.fsf@lifelogs.com> <83k2ptq5t3.fsf@gnu.org> <87h9kxx60e.fsf@lifelogs.com> <877flswse5.fsf@lifelogs.com> <8737wgw7kf.fsf@lifelogs.com> <87io5bv1it.fsf@lifelogs.com> <87egfzuwca.fsf@lifelogs.com> <876118u6f2.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1447704966 21009 80.91.229.3 (16 Nov 2015 20:16:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2015 20:16:06 +0000 (UTC) To: Emacs development discussions , Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 16 21:16:06 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 1ZyQC4-0001IK-7B for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 21:16:04 +0100 Original-Received: from localhost ([::1]:48709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyQC3-0005Y6-Fr for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 15:16:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zy7NH-0005iO-1Z for emacs-devel@gnu.org; Sun, 15 Nov 2015 19:10:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zy7NF-0003Gg-Tu for emacs-devel@gnu.org; Sun, 15 Nov 2015 19:10:22 -0500 Original-Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:35928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zy7NF-0003Gc-MW for emacs-devel@gnu.org; Sun, 15 Nov 2015 19:10:21 -0500 Original-Received: by lfs39 with SMTP id 39so77888999lfs.3 for ; Sun, 15 Nov 2015 16:10:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=tkqR+Sb/+/zWW3bnpVuWDxejMZnb2NskE6E7dtxofmI=; b=riolIIA9BgTwqaJgPhNXkrssATLHdJDnXNSH9QQemumKhXMLel/hghSSMF/mN0ieug ch7WqA9cwymlK0/rwCIt+33Ey0zlGhkoV+/QnlpQc3PhkKhwUP9pkgyVn7i5Xazxx/m8 ILLeP9QFXRv+N84mu671SeM98DKsIOOja4+yC4mW9eQgsVQBy+24oZzVelb8yfFD/sjn HmJ4LZ2mIBi5PdgT//hWiLMPdF/VKW3SBDztyVQYtVk+/9uua8FI09XnXy7b/OtcHKx7 TRI47k0isaAy9qOyRp4KyOBgqdFoJZ7UuRnH3/iz+MvGNX8G30v3NLuCUuu5sg3ztXsN n5tw== X-Received: by 10.25.162.65 with SMTP id l62mr5513147lfe.64.1447632620815; Sun, 15 Nov 2015 16:10:20 -0800 (PST) Original-Received: by 10.112.160.133 with HTTP; Sun, 15 Nov 2015 16:10:20 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: M-TDLLk9YKlGGdyNPSn7Gd3BMEw X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::231 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:194540 Archived-At: As promised, you can find a new merge-ready branch called dynamic-modules-clean-2 on my github repo. I've incorporated our latest changes (mainly API renaming & merge of all test modules into one) and edited the commits messages (typos, removed final period, added Co-authored-by tag when appropriate). You should be able to cleanly merge or rebase it on master.