From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Warnings about ''seq-contains" Date: Fri, 01 Apr 2022 10:13:29 +0200 Message-ID: <868rsp1as6.fsf@gnu.org> References: <57544947.857004.1648799651948@mail1.libero.it> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28559"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: "emacs-devel@gnu.org" To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 01 10:30:20 2022 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 1naCfk-0007EY-CO for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Apr 2022 10:30:20 +0200 Original-Received: from localhost ([::1]:59956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1naCfj-0003B0-4D for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Apr 2022 04:30:19 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46788) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naCPx-0002aP-9r for emacs-devel@gnu.org; Fri, 01 Apr 2022 04:14:01 -0400 Original-Received: from [2001:470:142:3::e] (port=49128 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naCPu-000602-D3; Fri, 01 Apr 2022 04:14:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=0ERP7TFdHvj3c6tBVMfwaRnr68kGiWEif1o3iVnLrr4=; b=UBEDOSLJ1gvpN8hl/sae oBQZ8+Wie6lUH4rkFRXFn2Cgfgo1CfPZVFP5axZ0bXVGDkNA6ZqZSnJQULgucdwpQ1XbbVvBnj4jl UXYy4cZZOZpCjA+CWPPjb+nJvUZM4t0EFFe+KnOBDWdWKvqFD+sQ9yZmyWYZfLHpvYVMzmiATZ40y DKX1SZ4tr+WWbotS2YlIKWwFG4v8NO4l7mjHqwc4qnywhxuQMHo2lIzVPhch9DqCTcnH5leKNVU1V aE5nZkFLuqNg4A6pZd9VBdkFwcKbd2z5dHSxLW/sT6IGtpuWgiQp6HF/Vu/O6XWCTFPt5Ql/eDYrc ySMDIHs0P8rwhA==; Original-Received: from p5b326363.dip0.t-ipconnect.de ([91.50.99.99]:63603 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1naCPt-0007kO-EO; Fri, 01 Apr 2022 04:13:58 -0400 In-Reply-To: <57544947.857004.1648799651948@mail1.libero.it> (Angelo Graziosi's message of "Fri, 1 Apr 2022 09:54:11 +0200 (CEST)") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:287663 Archived-At: Angelo Graziosi writes: > Current master produces many many (415?) warnings like this: > > emacs-lisp/seq.el: Warning: `seq-contains' is an obsolete generic > function (as of 27.1); use `seq-contains-p' instead. I also get 12 about: eieio.el: Warning: `object-print' is an obsolete generic function (as of 26.1); use `cl-print-object' instead. and 9 about: eieio-base.el: Warning: `eieio-object-set-name-string' is an obsolete generic function (as of 25.1); inherit from `eieio-named' and use (setf (slot-value OBJ 'object-name) NAME) instead This is with 8c031d8fcf on Win10. Best, Arash