mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 06:30:32 -07:00
When using DEFMETHOD we called EVAL-WITH-ENV using :load-toplevel mode instead of :execute. This causes some trouble. Until the bytecodes compiler is revised we may safely fall back to :execute.
This commit is contained in:
parent
4fb36efd04
commit
76a0f027a6
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,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.
|
||||
(si::eval-with-env method-lambda env nil t nil)))
|
||||
(si::eval-with-env method-lambda env nil t t)))
|
||||
(values call-next-method-p
|
||||
next-method-p-p
|
||||
in-closure-p)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue