From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniel Mendler Newsgroups: gmane.emacs.bugs Subject: bug#60990: 29.0.60; New seq release 2.24 Date: Sat, 9 Sep 2023 10:15:56 +0200 Message-ID: References: <87y1pw54al.fsf@daniel-mendler.de> <26a3817a-ed9d-178f-28b1-4b387b027000@daniel-mendler.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22365"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 60990-done@debbugs.gnu.org, Stefan Monnier To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 09 10:17:21 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1qet9d-0005ZX-2o for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 09 Sep 2023 10:17:21 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qet9P-00077u-Lh; Sat, 09 Sep 2023 04:17:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qet9H-00077Q-HT for bug-gnu-emacs@gnu.org; Sat, 09 Sep 2023 04:17:00 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qet9H-0005B6-9Z for bug-gnu-emacs@gnu.org; Sat, 09 Sep 2023 04:16:59 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qet9J-0007wO-Vv for bug-gnu-emacs@gnu.org; Sat, 09 Sep 2023 04:17:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Daniel Mendler Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 09 Sep 2023 08:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60990 X-GNU-PR-Package: emacs Original-Received: via spool by 60990-done@debbugs.gnu.org id=D60990.169424737630467 (code D ref 60990); Sat, 09 Sep 2023 08:17:01 +0000 Original-Received: (at 60990-done) by debbugs.gnu.org; 9 Sep 2023 08:16:16 +0000 Original-Received: from localhost ([127.0.0.1]:46049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qet8Z-0007vL-JY for submit@debbugs.gnu.org; Sat, 09 Sep 2023 04:16:15 -0400 Original-Received: from server.qxqx.de ([2a01:4f8:121:346::180]:36019 helo=mail.qxqx.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qet8T-0007un-GA for 60990-done@debbugs.gnu.org; Sat, 09 Sep 2023 04:16:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qxqx.de; s=mail1392553390; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: 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=HAIIpr0LIvRzvCy7UvBlJYHEOkdcA8rfLgNqtbPtqyY=; b=I0TVMuw9tJaPZ9HUeiAXumV8FL I07hBawt3njnbJF67YoKsAHyvP1fPfNGXs+fM9rkzfw9J72fCob9vtBjSDRzBxV53+N+qYHAoe3yy 4qEdRy/ITjaymiMYOYbcJqgXFR6VLoyOD+Xzz3rkZH4EBa/9l5tUXUsDZiZa0VNxYp7A=; Content-Language: en-US In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:269839 Archived-At: On 9/4/23 20:35, Stefan Kangas wrote: > Daniel Mendler writes: > >> How is that? I thought that seq is not a :core package, since it >> supports Emacs versions from before the introduction of cl-defgeneric. >> It has different code which must be updated manually and as such doesn't >> automatically get released. > > Uhm, yes, you're right of course. > > I have now merged all the changes from master/emacs-29 (the branches are > identical), and pushed it to elpa.git. > > I only saw `take' that needed an compatibility alias, and the rest of > the changes should be fine on older versions. Testing on Emacs 25 would > be much appreciated, though. Hello Stefan, I just looked at the seq repository and noticed that the new additions (commit 9d9f51b0e3ca59e0a488801064512f4878ac910b, seq-split, seq-keep, etc.) seem to be missing from the file seq-24.el, such that the functionality of the package differs between Emacs 24 and Emacs 25 and newer. It is a bit unfortunate that the code has to be duplicated but it may be a bit too early to drop Emacs 24 support from seq altogether? As another example, for Compat we try to maintain compatibility with Emacs 24.4 and newer for the time being. For Compat it hasn't been a big problem to maintain support for 24.4. We didn't have to use the cl-defgeneric functionality so far. Daniel