load-image fails: push-module-directory undefined
I saved an image, restarted the IDE, and tried to reload it.
;; Corman Lisp 3.1 (Patch level 2) ;; Copyright © Corman Technologies Inc. See LICENSE.txt for license information. ;; User: ola. (cormanlisp:load-image "c:/users/ola/My Documents/karo/karo-image") ;; Corman Lisp 3.1 (Patch level 2) ;; Copyright © Corman Technologies Inc. See LICENSE.txt for license information. ;; User: ola. ;;; An error of type UNDEFINED-FUNCTION was detected in function #< COMPILED-FUNCTION: #xDBB228 >: ;;; Error: The function PUSH-MODULE-DIRECTORY is undefined ;;; Entering Corman Lisp debug loop. ;;; Use :C followed by an option to exit. Type :HELP for help.
My guess is that this fails because the two first lines in init.lisp which call push-module-directory do not specify the CCL package.
Thanks for reporting the bug.