[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Features you would like to see
- From: Rob Kendrick <lua-l@...>
- Date: Fri, 17 Aug 2007 10:35:55 +0100
Stephen Kellett wrote:
I'd like to see the ability to actually get a class name for a class
object. Currently when you query an object for its type (from C) you
just get "Table", which is not very useful. Its much more useful to know
that a "Weeble" object is possibly leaking (look there are 10,000 of the
critters!) rather than noticing the Table count has increased by 10,000.
Isn't the usual way of solving this problem to keep a mapping in the
registry between the meta-table and type name?
B.