emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 1d9d07fb00e 3/3: (cl--typeof-types): Rework to fix some regre


From: Stefan Monnier
Subject: Re: master 1d9d07fb00e 3/3: (cl--typeof-types): Rework to fix some regressions
Date: Wed, 06 Mar 2024 12:09:56 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> Okay I pushed the changes to render all preloaded types.

Thanks.

It needs a bit more work, I think: `ppss` is marked as being a subtype
of `atom` but it's a subtype of `list`.  That probably affects all the
defstructs declared with (:type list), and arguably for those declared
with (:type array) the supertype should be `array` rather than `atom`.
[ One could also argue that they shouldn't be in there at all because we
  can't actually recognize those objects as being of that type, but
  maybe it's OK to keep them.  ]

        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]