[Ecls-list] Using Femlisp with ECL / Bug reports
Nicolas Neuss
Nicolas.Neuss at iwr.uni-heidelberg.de
Mon Sep 5 08:09:10 UTC 2005
Nicolas Neuss <Nicolas.Neuss at iwr.uni-heidelberg.de> writes:
> In the meantime I have changed my code (locally, not yet in CVS) and
> compilation does not stop anymore because of this bug. Unfortunately,
> ECL breaks later when compiling a rather complicated construct for which
> I did not yet succeed with constructing a small sample.
Here is the reduced sample
(defmethod gemm-nn! ((alpha number) x y (beta number) z)
(macrolet ((matrix-loop (bindings &rest body)
nil))
(matrix-loop ((z :col-index))
nil)
z))
It throws the following error:
Can't get template for (Z :COL-INDEX)
[Condition of type SIMPLE-ERROR]
Yours, Nicolas.
More information about the ecl-devel
mailing list