aartaka / graven-image

Portability library for better interaction and debugging of a running Common Lisp image through text REPL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More recreatable field names in FIELDS*

aartaka opened this issue · comments

What would be good for recursive and reproducible describe*/inspect* workflow is using the function that represents the field as the field name. E.g., use find-class instead of class-binding in (describe* 'nyxt:buffer):

From:
CLASS-BINDING     = #<NYXT:USER-CLASS NYXT:BUFFER>
To:
CL:FIND-CLASS     = #<NYXT:USER-CLASS NYXT:BUFFER>

Originally posted by @aartaka in #22 (comment)