THRIFT-236. Sort fields in id order during parsing
authorDavid Reiss <dreiss@apache.org>
Mon, 30 Mar 2009 22:24:30 +0000 (22:24 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 30 Mar 2009 22:24:30 +0000 (22:24 +0000)
commit566a987dacfda8a85cdc55c5a0577ff6453da9d4
treecf5b33589bb5ab95e80bbdae739debc9f1c51ac2
parentea2cba8ba8484a8d4e669c02dd97b3b2445ef322
THRIFT-236. Sort fields in id order during parsing

This effectively eliminates the notion of "IDL-order".
All structs have their fields sorted in increasing order of field id.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760201 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_py_generator.cc
compiler/cpp/src/parse/t_field.h
compiler/cpp/src/parse/t_struct.h
compiler/cpp/src/thrifty.yy