Thrift-1670: Incompatibilities between different versions of a Thrift interface
authorJake Farrell <jfarrell@apache.org>
Wed, 29 Aug 2012 02:04:35 +0000 (02:04 +0000)
committerJake Farrell <jfarrell@apache.org>
Wed, 29 Aug 2012 02:04:35 +0000 (02:04 +0000)
commit6cd63ecf5bf2d0ad639250f5b5d094e849ede7e3
tree019c354671c75b84a2cb1514a7349f1648bb1389
parentafd3ab2714fd3a5736dd86a193b800bb0a9a5f37
Thrift-1670: Incompatibilities between different versions of a Thrift interface
Client: delphi
Patch: Jens Geyer

The method TProtocolUtil.Skip() lacks implementation, which leads to exceptions after unknown message members are found by the generated deserialisation code.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1378429 13f79535-47bb-0310-9956-ffa450edef68
lib/delphi/src/Thrift.Protocol.pas
lib/delphi/test/skip/README.txt [new file with mode: 0644]
lib/delphi/test/skip/idl/skiptest_version_1.thrift [new file with mode: 0644]
lib/delphi/test/skip/idl/skiptest_version_2.thrift [new file with mode: 0644]
lib/delphi/test/skip/skiptest_version1.dpr [new file with mode: 0644]
lib/delphi/test/skip/skiptest_version1.dproj [new file with mode: 0644]
lib/delphi/test/skip/skiptest_version2.dpr [new file with mode: 0644]
lib/delphi/test/skip/skiptest_version2.dproj [new file with mode: 0644]