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
376 stars 19 forks source link

RESOLVE-MISSING-PACKAGE problem in library-src:GAUGES #772

Closed skaisler1 closed 2 years ago

skaisler1 commented 2 years ago

Loading GAUGES source causes RESOLVE-MISSING-PACKAGE error in (@ width: ,min) naming ",min"

Problem with RESOLVE-MISSING-PACKAGE.pdf

Why is this not working? I will send file to Interlisp.org

nbriggs commented 2 years ago

I looked in loops/library-src/ -- there's a file called GAUGELOADER. You should load that file and then call (LOADGAUGES) (it takes a couple of arguments, you might want to start with (LOADGAUGES 'SOURCES)).

masinter commented 2 years ago

Problem with RESOLVE-MISSING-PACKAGE.pdf

masinter commented 2 years ago

The loaders all seem to work loading compiled versions, and it's possible to load sources after.

in https://github.com/Interlisp/loops/pull/13