Review: std.msgpack

Jacob Carlborg doob at me.com
Tue Jun 22 14:52:01 PDT 2010


On 2010-06-22 04:39, Robert Jacques wrote:
> On Mon, 21 Jun 2010 22:24:42 -0400, Masahiro Nakagawa
> <repeatedly at gmail.com> wrote:
>
>> On Sun, 20 Jun 2010 04:27:08 +0900, Jacob Carlborg <doob at me.com> wrote:
>>>
>>> Serialization from base class was one of my goals when I implemented
>>> Orange.
>>
>> Good.
>>
>>> But you need to register a function for that, until D2 fixes the
>>> "getMembers" method in TypeInfo_Class.
>>
>> You reported this bug? I couldn't find closest bug in bugzilla.
>
> The root bug is 1348: offTi property of TypeInfo return empty array.
> offTi or offset typeinfo should contain an array of offsets and their
> typeinfo, i.e. runtime reflection. There are also a bunch of other
> typeinfo bugs in bugzilla.

Like the missing const declaration on the "name" method in 
TypeInfo_Member (or what the name of the class is).

>>
>> Masahiro


-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list