nikodemus / esrap

OLD REPOSITORY: Please go to:
https://github.com/scymtym/esrap
81 stars 25 forks source link

can't load in ccl #25

Closed bhyde closed 10 years ago

bhyde commented 10 years ago
(ql:quickload "esrap-liquid")

Triggers a "Fault during read of memory address..." when done via swank/slime. Or, if done from the command line I observe:

bash-3.2$ ccl
Welcome to Clozure Common Lisp Version 1.9-r15759  (DarwinX8664)!
? (ql:quickload "esrap-liquid")
To load "esrap-liquid":
  Load 1 ASDF system:
    esrap-liquid
; Loading "esrap-liquid"
.
> Error: There is no layer named HU.DWIM.WALKER:TRANSFORM-UNDEFINED-REFERENCES.
> While executing: #<STANDARD-METHOD CONTEXTL:FIND-LAYER-CLASS (SYMBOL)>, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Retry finding the layer.
> Type :? for other options.
scymtym commented 10 years ago

Thanks for the report. As an initial note: the version of esrap which quicklisp distributes is maintained in scymtym/esrap.

However, you seem to be loading a different system, namely esrap-liquid system which is maintained in mabragor/esrap.

Regarding the second error: this seems to involve HU.DWIM.WALKER and/or CONTEXTL neither of which esrap uses.

Can you describe more specifically how the two errors relate to (this) esrap?

bhyde commented 10 years ago

My apologies, the issue is with esrap-liquid and somehow I managed to click on the wrong tab at the wrong moment. Ignore me. - ben