Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
378 stars 19 forks source link

MANAGER doesn't print function definitions #1719

Closed pamoroso closed 6 months ago

pamoroso commented 6 months ago

The MANAGER LispUsers module doesn't print function definitions. The output of the MANAGER command File Manager > FILE-NAME > FUNCTIONS > FUNCTION-NAME > PrettyPrint > Function Def in the Manager Command Activity window contains only this header and the function definition is missing:

Function definition of [FUNCTION-NAME]:
------

This is similar to issue #1715 but located in the function definition printing code. The cause of the bug, a "structural typo", is likely similar as well as the fix in #1716 by @MattHeffron.

MattHeffron commented 6 months ago

Fixed in PR #1726