s-expressionists / Eclector

A portable Common Lisp reader that is highly customizable, can recover from errors and can return concrete syntax trees
https://s-expressionists.github.io/Eclector/
BSD 2-Clause "Simplified" License
109 stars 9 forks source link

Error in fixup for standard-object #62

Closed kpoeck closed 4 years ago

kpoeck commented 4 years ago

This seems to be already fixed in a branch for clasp, just for documentation: The following fails: (Eclector is called from read)

(defclass fail-now ()((a :accessor fail-now-a)))
(progn
    #1=#.(make-instance 'fail-now)
    #1#)
kpoeck commented 4 years ago

Fixed in https://github.com/s-expressionists/Eclector/commit/78d7ae42d6924d921044585a718b7557b15b571e