Re: CLOS Question - Making an object a constant
- From: "skamboj" <skamboj@xxxxxxxxx>
- Date: 29 Jun 2006 09:42:04 -0700
First of all thanks for replying...
With further debugging, I was able to resolve the problem.
The problem was that the slot value was a list which was apparantly
loosing one of its elements. I traced the problem to calling the sort
function and I had forgotten that it destructively modifies the list.
The slot was not being directly written to, hence changing the
:accessor to a :reader didn't help. However, that was an excellant
suggestion.
Thanks to all those who replied.
Regards,
Sachin.
.
- References:
- CLOS Question - Making an object a constant
- From: skamboj
- Re: CLOS Question - Making an object a constant
- From: Pascal Costanza
- CLOS Question - Making an object a constant
- Prev by Date: Re: What would a modern LispOS look like?
- Next by Date: Re: CLOS Question - Making an object a constant
- Previous by thread: Re: CLOS Question - Making an object a constant
- Next by thread: Re: CLOS Question - Making an object a constant
- Index(es):
Relevant Pages
|