Skip to content
Prev 36197 / 63421 Next

symbol name caching bug: attributes get tied to symbol names

Since symbols/names are reference objects this behavior in unavoidable
if we allow attributes to be added to them.  On the other hand, I'm
not sure it makes sense to allow that. Attempting to set an attribute
on NULL signals an error; it would probably make sense to do the same
for any name object.

luke
On Fri, 12 Mar 2010, William Dunlap wrote: