Skip to content

the kludge in extend-nested-note doesn't work on LispWorks #42

@Yehouda

Description

@Yehouda

;; KLUDGE: This relies on the evaluation order of the

The KLUDGE above npt working on LispWorks. As a result, loading the file src/navigate/parse.lisp gets an error when it tries to create the function object for make-unreadable-readable:

"The assertion PARENT-NOTE inside MGL-PAX::HANDLE-NOTE failed."

I think you can easily make it not dependent on the order by fixing handle-note in the parent code to a dummy parent-node if doesn't find it, and the code that checks for the existence of the note just have to make sure it doesn't lose children in this case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions