lua-users home
lua-l archive

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


Ah, I see what you mean. I dislike how brittle and convoluted the file format becomes, though. Also, I think there might be additional problems when two objects refer to a same third object... a decreasing reference-count might help, but the complexity gets rather onerous.

----- Original Message -----
From: Grisha <grisha@eagle.ru>
Date: Tuesday, June 15, 2004 11:47 am
Subject: Re: RE: Pluto updated

> Why is there a problem with cyclic references? There's no problem as long as
> you first add object to already serialized list, and only then actually
> serialize it.