Hi All;
CMUCL 18d (yeah, I know), Linux, Hemlock 3.5...
The problem is that executing the second of two:
(require :hemlock)
forms lands me in the debugger.
No such problem with form:
(require :clx)
Executing form:
(trace provide)
shows the expected execution of form:
(provide ...)
when loading the required CLX, but not when loading the required
hemlock. Known bug? Bug fixed post version 3.5 of Hemlock? Pilot Error?
I know I could avoid getting nuked by this by not requiring CLX and
hemlock in my .cmucl-init.lisp, but it seems broken...
-jm
--
==== John Morrison
==== MAK Technologies Inc.
==== 185 Alewife Brook Parkway, Cambridge, MA 02138
==== http://www.mak.com/
==== vox:617-876-8085 x115
==== fax:617-876-9208
==== [EMAIL PROTECTED]