> 
> This is a multi-part message in MIME format.
> --------------C16482D24C0C9E0DC88F2610
> Content-Type: text/plain; charset="UTF-8"
> Content-Transfer-Encoding: quoted-printable
> 
> ~/Downloads/fricas-master/src$ grepfind . "resolve_level"
> 
> ./interp/i-resolv.boot:507:=C2=A0 $resolve_level > 15 =3D> nil
> ./interp/i-resolv.boot:508:=C2=A0 $resolve_level :=3D $resolve_level + 1
> ./interp/i-resolv.boot:510:=C2=A0 $resolve_level :=3D $resolve_level - 1
> ./interp/i-syscmd.boot:2174:=C2=A0 $resolve_level : local :=3D 15
> ./interp/i-toplev.boot:285:=C2=A0 $resolve_level : local :=3D 0
> ./interp/trace.boot:593:=C2=A0=C2=A0=C2=A0 $resolve_level : local :=3D 0
> 
> The error occured at my=C2=A0 implementation of database tables:
> 
> )co dbtable
> )read pilzeClustering6.input
> 

AFAICS you have not defined 'coerce' from DatabaseTable to
OutputForm.  Trying to print interpreter is looking if
it can do coercion by some of its tricks.  This hits
the problem.  Your code works if '$resolve_level' is
declared in 'output' (commited now).

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to