unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Basil L. Contovounesios" <contovob@tcd.ie>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org,  Jonas Bernoulli <jonas@bernoul.li>
Subject: Re: master 5ee4209f30: cl-typep: Emit warning when using a type not known to be a type
Date: Sat, 11 Jun 2022 19:32:08 +0300	[thread overview]
Message-ID: <877d5ncgaf.fsf@tcd.ie> (raw)
In-Reply-To: <jwv1qvvdyiy.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sat, 11 Jun 2022 11:13:19 -0400")

Stefan Monnier [2022-06-11 11:13 -0400] wrote:

> Basil L. Contovounesios [2022-06-11 15:49:14] wrote:
>> Basil L. Contovounesios [2022-06-11 15:30 +0300] wrote:
>>> Is the following a sufficient fix?
>
> Looks good, yes.

Thanks, pushed:

Recognize processes as a CL type again
e53428994e 2022-06-11 19:21:55 +0300
https://git.sv.gnu.org/cgit/emacs.git/commit/?id=e53428994e

>>> diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
>>> index ada4f0344d..24a4cec4e2 100644
>>> --- a/lisp/emacs-lisp/cl-macs.el
>>> +++ b/lisp/emacs-lisp/cl-macs.el
>>> @@ -3423,6 +3423,7 @@ cl--macroexp-fboundp
>>>                   (null		. null)
>>>                   (overlay	. overlayp)
>>>                   (real		. numberp)
>>> +                 (process	. processp)
>>>                   (sequence	. sequencep)
>>>                   (subr		. subrp)
>>>                   (string	. stringp)
>>
>> [ I'll submit the patch to move 'p' after 'r' in the English alphabet
>>   separately. ]
>
> That's long overdue, indeed.

Turns out my CA doesn't cover that, so it'll be a bit overduer.

-- 
Basil



      reply	other threads:[~2022-06-11 16:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <165448824864.24232.14098817740649938997@vcs2.savannah.gnu.org>
     [not found] ` <20220606040409.08719C009A8@vcs2.savannah.gnu.org>
2022-06-11 12:30   ` master 5ee4209f30: cl-typep: Emit warning when using a type not known to be a type Basil L. Contovounesios
2022-06-11 12:49     ` Basil L. Contovounesios
2022-06-11 15:13       ` Stefan Monnier
2022-06-11 16:32         ` Basil L. Contovounesios [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=877d5ncgaf.fsf@tcd.ie \
    --to=contovob@tcd.ie \
    --cc=emacs-devel@gnu.org \
    --cc=jonas@bernoul.li \
    --cc=monnier@iro.umontreal.ca \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).