From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: About 'eager' warnings Date: Thu, 24 Apr 2014 01:26:47 +0200 Message-ID: <53584C37.1080809@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1398295651 29775 80.91.229.3 (23 Apr 2014 23:27:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2014 23:27:31 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 24 01:27:24 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 1Wd6ZX-0004m8-FJ for ged-emacs-devel@m.gmane.org; Thu, 24 Apr 2014 01:27:23 +0200 Original-Received: from localhost ([::1]:35123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wd6ZW-0006jF-Rh for ged-emacs-devel@m.gmane.org; Wed, 23 Apr 2014 19:27:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wd6ZM-0006j7-Gt for emacs-devel@gnu.org; Wed, 23 Apr 2014 19:27:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wd6ZE-0006sS-SQ for emacs-devel@gnu.org; Wed, 23 Apr 2014 19:27:12 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:55826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wd6ZE-0006sA-HX for emacs-devel@gnu.org; Wed, 23 Apr 2014 19:27:04 -0400 Original-Received: from [192.168.1.101] (87.16.36.188) by smtp204.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 52E53D4F0D0303E0 for emacs-devel@gnu.org; Thu, 24 Apr 2014 01:27:01 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 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:171610 Archived-At: Building Emacs trunk (cygw32), in the logs I find several warnings like=20 this: Compiling emacs-lisp/eieio-base.el Warning: Eager macro-expansion skipped due to cycle: =E2=80=A6 =3D> (load "gv.el") =3D> (macroexpand-all (defalias (quote=20 gv--defun-declaration) =E2=80=A6)) =3D> (macroexpand (pcase =E2=80=A6)) =3D= > (load=20 "pcase.el") =3D> (macroexpand-all =E2=80=A6) =3D> (macroexpand (dolist =E2= =80=A6)) =3D> (load=20 "gv.el") Wrote /work/emacs/lisp/emacs-lisp/eieio-base.elc Are they to be expected? Ciao, Angelo.