all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: "Clément Pit-Claudel" <cpitclaudel@gmail.com>
Cc: Nicolas Petton <nicolas@petton.fr>,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	39761@debbugs.gnu.org
Subject: bug#39761: Package 'seq' uses cl-concatenate but doesn't require cl-extra
Date: Sun, 23 Feb 2020 22:11:44 -0500	[thread overview]
Message-ID: <874kvgbrwv.fsf@gmail.com> (raw)
In-Reply-To: <f4476c8b-ee64-2431-1dc9-dcfa92986ebd@gmail.com> ("Clément Pit-Claudel"'s message of "Sun, 23 Feb 2020 17:11:43 -0500")

Clément Pit-Claudel <cpitclaudel@gmail.com> writes:

> The following snippet throws an error:
>
>   $ emacs -Q --batch -l seq --eval "(seq-concatenate 'list '(1 2 3) '(4 5 6))"
>   Symbol’s function definition is void: cl-concatenate
>
> Should seq.el require cl-extra?

Originally, seq depended on cl-lib, but there was a push to reverse this
dependency, so we should do for *-concatenate what [1: 0e4dd67aae] did
for *-subseq.

[1: 0e4dd67aae]: 2019-10-27 13:25:00 -0400
  * lisp/emacs-lisp/seq.el: Don't require cl-lib.
  https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=0e4dd67aae8b10032317a29a6bd99d2d4a64c897





  reply	other threads:[~2020-02-24  3:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-23 22:11 bug#39761: Package 'seq' uses cl-concatenate but doesn't require cl-extra Clément Pit-Claudel
2020-02-24  3:11 ` Noam Postavsky [this message]
2020-02-28  3:43 ` bug#39761: [PATCH] Eliminate use of cl-concatenate in 'seq' package Andrew Eggenberger
2020-03-04  3:20   ` Noam Postavsky
2020-03-04 15:46     ` Eli Zaretskii
2020-03-04 17:47       ` Stefan Monnier
2020-03-04 18:00         ` Eli Zaretskii
2020-03-08  0:00           ` Noam Postavsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874kvgbrwv.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=39761@debbugs.gnu.org \
    --cc=cpitclaudel@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    --cc=nicolas@petton.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.