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: Andrea Corallo
Subject: Re: master 1d9d07fb00e 3/3: (cl--typeof-types): Rework to fix some regressions
Date: Tue, 05 Mar 2024 12:25:28 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> PS the DAG looks pretty cool now 🙂, I'm wondering tho if we should show
>> as well types like transient*, which don't come preloaded.
>
> Yeah, I'm not sure what to include and what not.  I put some transient-*
> in there because I thought it would be nice to include some examples of
> EIEIO objects and among the few we have in Emacs's own files I figured
> Transient was the library most "worthy" of being advertised 🙂

I see, ATM in objects.texi we have before the DAG "The Lisp Type
Hierarchy for primitive types can be represented as follows:".

For "primitive types" I meant types which comes to the user preloaded.
Anyway I think we have either to change the doc or the DAG to be
coherent.

In the manual I'd personally expect to see only the primitive
(preloaded/predefined?) types, but maybe it's just me.  This leads me
wondering if syncdoc-type-hierarchy.el shouldn't automatically render
the DAG using all types of an emacs -Q using like to
'comp--compute-typeof-types' to pick all types defined ATM.  It would be
less arbitrary but maybe too verbose?

Thanks

  Andrea



reply via email to

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