From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Serghei Iakovlev Newsgroups: gmane.emacs.devel Subject: esup byte compile warnings Date: Fri, 24 Jan 2020 20:48:00 +0000 Message-ID: <15aa1d01-dcff-34c0-0232-141edf1b3739@protonmail.ch> Reply-To: Serghei Iakovlev Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="98570"; mail-complaints-to="usenet@ciao.gmane.io" To: GNU Emacs Developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 24 21:48:52 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iv5sp-000Pah-5F for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jan 2020 21:48:51 +0100 Original-Received: from localhost ([::1]:47844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iv5so-0004UP-6k for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jan 2020 15:48:50 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44197) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iv5sB-0003nQ-QX for emacs-devel@gnu.org; Fri, 24 Jan 2020 15:48:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iv5sA-0002Jy-C7 for emacs-devel@gnu.org; Fri, 24 Jan 2020 15:48:11 -0500 Original-Received: from mail2.protonmail.ch ([185.70.40.22]:34622) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iv5s9-0002Gf-Rb for emacs-devel@gnu.org; Fri, 24 Jan 2020 15:48:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.ch; s=default; t=1579898885; bh=CglHN8z5rUN+8K7RsuCkssSucHjFIzHqcvIg0SvorLM=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=cP+TbmY99Cl+63KNAaqnBGzM3twzpCfaXH5HMJrwn+XPxXk5LX0I+2isQ5vlQcx9K MXHc6MnQrag4M9KBIbw0DwSnmuhM42yJ6vNm4dldukU5QJG0Kw06J2dENcHLQW92hC LEthKA9pCx7EqR6mdVCqt0djfT6B7UU0tSMtHaT8= Feedback-ID: _R8KJzte5sz8SQWHcnDN91Kshyr4gZBHh1d2Efk8ItHfFJEyfsSrvYKxlFgM-K6SqCAHswKFjJZAghkXSedbVg==:Ext:ProtonMail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.70.40.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244586 Archived-At: Hello, There are `esup' [1] byte compile warnings I would like avoid to. Some of them seems trivial to me. However, I don't quite understand slots related warnings. In general I would like to realize on how to deal with such kind of warnings and I need help. In fact, I often come across something similar and I'll appreciate it if you help me deal with such warnings. N.B. This happens in Emacs 28.0.50 as well as in 27.0.60 [1]: https://github.com/jschaf/esup/issues/68 --=20 Serghei