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)
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.
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 theManager Command Activity
window contains only this header and the function definition is missing: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.