logs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Logs-devel] bug in latest Language/rdl.lisp


From: Jim Prewett
Subject: Re: [Logs-devel] bug in latest Language/rdl.lisp
Date: Thu, 3 Aug 2006 15:57:42 -0600 (MDT)

I just committed a minor change to rdl.lisp; now, instead of letting the 
RDL code come up with the name of an unnamed rule, I leave that to the 
make-instance method in the :LoGS package for the RULE class.

I can see where you, Vijay, were going with it, I just can't figure out 
how to quote that name if it is a symbol rather than trying to evaluate 
it.  I'm open to other suggestions :)

All tests pass again with this (minor) change.

Jim

James E. Prewett                    address@hidden address@hidden 
Systems Team Leader           LoGS: http://www.hpc.unm.edu/~download/LoGS/ 
Designated Security Officer         OpenPGP key: pub 1024D/31816D93    
HPC Systems Engineer III   UNM HPC  505.277.8210

On Thu, 3 Aug 2006, Jim Prewett wrote:

> 
> Hi all,
> 
> I've found a bug in the RDL code; I've not had a chance to find it yet.
> 
> However, a rule that is created using the RDL without specifying a name 
> throws an error as it tries to evaluate the symbol that is generated (that 
> symbol should be used as the name).
> 
> Under CMUCL 19 C, I get this for the simplest case (a new rule with no 
> match, actions, etc. specified)
> 
> * (rule)
> 
> 
> Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER:  the variable #:NAME2396 is 
> unbound.
>    [Condition of type UNBOUND-VARIABLE]
> 
> Restarts:
>   0: [ABORT] Return to Top-Level.
> 
> Debug  (type H for help)
> 
> (EVAL #:NAME2396)
> 
> Jim
> 
> 
> James E. Prewett                    address@hidden address@hidden 
> Systems Team Leader           LoGS: http://www.hpc.unm.edu/~download/LoGS/ 
> Designated Security Officer         OpenPGP key: pub 1024D/31816D93    
> HPC Systems Engineer III   UNM HPC  505.277.8210
> 
> 
> _______________________________________________
> LoGS-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/logs-devel
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]