defmethod: do not evaluate the method at the compilation time
Fixes #571.
This commit is contained in:
parent
aa34ab7119
commit
d769494674
1 changed files with 1 additions and 2 deletions
|
|
@ -251,8 +251,7 @@
|
|||
;; explicitely the bytecodes compiler with an environment, no
|
||||
;; stepping, compiler-env-p = t and execute = nil, so that the
|
||||
;; form does not get executed.
|
||||
;; FIXME: Why is execute t then?
|
||||
(si::eval-with-env method-lambda env nil t t)))
|
||||
(si::eval-with-env method-lambda env nil t nil)))
|
||||
(values call-next-method-p
|
||||
next-method-p-p
|
||||
in-closure-p)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue