Closed GoogleCodeExporter closed 8 years ago
Thanks. The GetProto is still very definitely a work-in-progress; I'll take a
look at these scenario / patch later, thanks.
Original comment by marc.gravell
on 24 Jul 2012 at 1:02
Original comment by marc.gravell
on 26 Jul 2012 at 6:31
Thanks for the fix!!!!!
I think line 1590 in MetaType.cs revision 551 has a slight copy/paste error? It
looks to me like
Array.Sort(fieldsArr, SubType.Comparer.Default);
should be
Array.Sort(subTypeArr, SubType.Comparer.Default);
Original comment by Franches...@gmail.com
on 26 Jul 2012 at 7:57
eek! thanks; it wasn't a show-stopper, since the "as" just means it wasn't
actually doing any sorting (and thus sub-types would have been in a random
order) - but definitely better fixed.
Original comment by marc.gravell
on 26 Jul 2012 at 8:44
Original issue reported on code.google.com by
Franches...@gmail.com
on 24 Jul 2012 at 12:54Attachments: