From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway23.websitewelcome.com (gateway23.websitewelcome.com [192.185.49.184]) by sourceware.org (Postfix) with ESMTPS id D07EC38708F2 for ; Sat, 16 May 2020 19:26:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D07EC38708F2 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=tom@tromey.com Received: from cm10.websitewelcome.com (cm10.websitewelcome.com [100.42.49.4]) by gateway23.websitewelcome.com (Postfix) with ESMTP id 63F5F8D67 for ; Sat, 16 May 2020 14:26:10 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id a2RmjNWejEfyqa2Rmj8RRC; Sat, 16 May 2020 14:26:10 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=B/gJtR1RVtt9/j74JsTtjqwoAkCMHL6WBiQMpEFzPXQ=; b=USu+7mOz6fmAS+Zv+uZ1DJRJYT U3b6EcDG50NapM63zSnp+ew1sLvSQHtXgw42/ANULWpEopqHzSeyobf3nej0DaY1oArEpCON+ySgJ Snvfcltgqi4HKCRcJBQjuE+/A; Received: from 174-16-104-48.hlrn.qwest.net ([174.16.104.48]:39130 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1ja2Rm-000pzw-29; Sat, 16 May 2020 13:26:10 -0600 From: Tom Tromey To: Simon Marchi Cc: Tom Tromey , Simon Marchi , Simon Marchi via Gdb-patches Subject: Re: [PATCH 2/2] gdb: remove TYPE_NAME macro References: <20200514181812.25795-1-simon.marchi@efficios.com> <20200514181812.25795-2-simon.marchi@efficios.com> <877dxb7tuw.fsf@tromey.com> <62d1efcd-01bf-a23b-7608-4ba1f1bd8ebe@efficios.com> <87367z7ng5.fsf@tromey.com> <84b324b6-480c-1ca4-a6c1-6568b63d7e4a@simark.ca> X-Attribution: Tom Date: Sat, 16 May 2020 13:26:09 -0600 In-Reply-To: <84b324b6-480c-1ca4-a6c1-6568b63d7e4a@simark.ca> (Simon Marchi's message of "Sat, 16 May 2020 15:10:34 -0400") Message-ID: <87tv0f65ri.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 174.16.104.48 X-Source-L: No X-Exim-ID: 1ja2Rm-000pzw-29 X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 174-16-104-48.hlrn.qwest.net (bapiya) [174.16.104.48]:39130 X-Source-Auth: tom+tromey.com X-Email-Count: 5 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, JMQ_SPF_NEUTRAL, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 19:26:12 -0000 Simon> I'd be curious to run it. This is what I get, it's probably not expected: Simon> $ emacs --script gdb-refactoring-scripts/rewriter.el method TYPE_NAME name Simon> Loading 00debian-vars... Simon> Loading /etc/emacs/site-start.d/50autoconf.el (source)... Simon> Loading /etc/emacs/site-start.d/50cmake-data.el (source)... This output is from your system site-lisp and unfortunately can't be suppressed. Simon> Symbol's function definition is void: directory-files-recursively Simon> My cwd is gdb's source directory. Any idea what's going wrong? You probably have an older Emacs. I think this was introduced in Emacs 25 though I'm not 100% sure. Tom