From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Noisy byte compilation on master Date: Mon, 02 Feb 2015 12:01:22 -0600 Message-ID: <858uggchvx.fsf@stephe-leake.org> References: <83egq9ipkn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422900190 28892 80.91.229.3 (2 Feb 2015 18:03:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2015 18:03:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 19:03:08 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 1YILL1-0000qm-VD for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 19:03:08 +0100 Original-Received: from localhost ([::1]:55890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YILL1-0006mK-7o for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 13:03:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YILKo-0006jy-84 for emacs-devel@gnu.org; Mon, 02 Feb 2015 13:02:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YILKl-00089V-2z for emacs-devel@gnu.org; Mon, 02 Feb 2015 13:02:54 -0500 Original-Received: from gproxy8-pub.mail.unifiedlayer.com ([67.222.33.93]:47655) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1YILKk-00089N-S8 for emacs-devel@gnu.org; Mon, 02 Feb 2015 13:02:51 -0500 Original-Received: (qmail 21172 invoked by uid 0); 2 Feb 2015 18:02:41 -0000 Original-Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy8.mail.unifiedlayer.com with SMTP; 2 Feb 2015 18:02:41 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw4 with id nd1U1p00z2UdiVW01d1X3Q; Mon, 02 Feb 2015 18:01:33 -0700 X-Authority-Analysis: v=2.1 cv=GubRpCFC c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=TeMFXEv2S7AA:10 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=jrwKn-8xaegA:10 a=0HtSIViG9nkA:10 a=E8CZ7ph1emT0kkP-SUcA:9 Original-Received: from [70.94.38.149] (port=55113 helo=takver) by host114.hostmonster.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82) (envelope-from ) id 1YILJS-00008g-DL for emacs-devel@gnu.org; Mon, 02 Feb 2015 11:01:30 -0700 In-Reply-To: (Stefan Monnier's message of "Mon, 02 Feb 2015 11:31:39 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 70.94.38.149 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.33.93 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:182277 Archived-At: Stefan Monnier writes: >> In semantic-decoration-all-include-summary: >> cedet/semantic/decorate/include.el:803:58:Warning: `eieio-object-name-string' >> is an obsolete function (as of 25.1); use `eieio-named' instead. >> cedet/semantic/decorate/include.el:809:46:Warning: `eieio-object-name-string' >> is an obsolete function (as of 25.1); use `eieio-named' instead. >> `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. >> `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. >> `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. >> `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. >> `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead. >> `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead. > > Not sure what to do about these: CEDET needs to work with older > Emascsen, so we can't change the code to use the cl-defmethod thingies > yet. It seems to me that means CEDET should not be in core; it should be in ELPA. Alternately, non-core CEDET can provide a compatibility file that defines cl-defmethod etc in terms of defmethod for older emacsen. -- -- Stephe