Re: [ANN] luaSolidState 1.1.0
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] luaSolidState 1.1.0
- From: Linus Sjögren <thelinx@...>
- Date: 2010年4月17日 18:35:47 +0200
On 17 April 2010 18:33, Arseny Vakhrushev <arseny.vakhrushev@gmail.com> wrote:
> Still no chances to hold cyclic references in tables correctly. It seems the thing will fail storing
> someting like 't':
>
> local t = {}
> table.insert(t, t)
>
> Be well,
> Seny
Thanks for the feedback, but I don't really understand the "cyclic
reference" thing.
How do you suggest I handle this issue?