From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Andrus Newsgroups: gmane.emacs.devel Subject: Re: sea-level rise of byte-compilation warnings [was: Fixing...byte-compilation warnings...] Date: Mon, 16 Nov 2015 20:59:45 -0700 Message-ID: <2E45AA7B-9E65-4816-8618-F26E8C3A86C2@gmail.com> References: <5645F670.9040601@online.de> <56460E2B.10603@cs.ucla.edu> <87io54c0es.fsf@web.de> <87y4dxy096.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1447732802 17516 80.91.229.3 (17 Nov 2015 04:00:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2015 04:00:02 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 04:59:57 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 1ZyXQy-0005Zq-Jd for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2015 04:59:56 +0100 Original-Received: from localhost ([::1]:55522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyXQy-000574-3O for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 22:59:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyXQu-00056b-Ho for emacs-devel@gnu.org; Mon, 16 Nov 2015 22:59:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyXQq-0004rt-HN for emacs-devel@gnu.org; Mon, 16 Nov 2015 22:59:52 -0500 Original-Received: from mail-io0-x244.google.com ([2607:f8b0:4001:c06::244]:36610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyXQq-0004rp-Di for emacs-devel@gnu.org; Mon, 16 Nov 2015 22:59:48 -0500 Original-Received: by ioek191 with SMTP id k191so693466ioe.3 for ; Mon, 16 Nov 2015 19:59:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=vaCccpLrprIzRhUKTJE694By+0zKKC36VYdT0cOX9ek=; b=fjfo/Y9A/6yt/oAZgM5bT16rdlpilf6implmpH9/pOYvTJTAN8roBOJoYltsxxtUoh 3MhuIoL1ZlOY446NsMBPJkWfVYwTHjQzExi/MfxG+90oZ+pZkqYWlHKbovjv1NPxYDe+ XSSbonLdUlMr7tEdJcoEhsVRSCI088G78AyiWoR1HhyTLlYu4rbyvdoFiziCnZBw1QJ1 tRbAG6kqD8/owwEK+98qs82CfPq47K3USHjIr6Y3U7xGPLQzHzCTnty6oV5BHJGDYLkg pVHVedP8F2SMnBMA1Nh/TueWzTrxYZGZ7Q81rxknIcffTEgrVHaAZOIIoywIvtcyHIVN te0Q== X-Received: by 10.107.164.227 with SMTP id d96mr34698678ioj.73.1447732787447; Mon, 16 Nov 2015 19:59:47 -0800 (PST) Original-Received: from [192.168.0.3] (75-162-226-147.slkc.qwest.net. [75.162.226.147]) by smtp.gmail.com with ESMTPSA id f78sm13066873iod.4.2015.11.16.19.59.46 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Nov 2015 19:59:46 -0800 (PST) In-Reply-To: <87y4dxy096.fsf@gmail.com> X-Mailer: Apple Mail (2.3096.5) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c06::244 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:194627 Archived-At: On Nov 16, 2015, at 4:48 PM, Artur Malabarba = wrote: >=20 > Drew Adams writes: >> FWIW, my crystal ball whispers that just analyzing >> the code for sexps that are protected by `fboundp' >> might go a long way toward eliminating many spurious >> warnings. >=20 > My psychic senses agree. I thought this seemed like a reasonable (and potentially simple) thing = to do, so I went looking and there is already = `byte-compile-maybe-guarded=E2=80=99. Perhaps it isn=E2=80=99t = working correctly or could be expanded to include more cases. What=E2=80=99= s an example of such a spurious warning? -Ivan