GitHub user hyungsul opened a pull request:
https://github.com/apache/thrift/pull/141
Thrift 2576 Implement Thrift.Protocol.prototype.skip method
Thrift.Protocol.prototype.skip was not implemented yet.
Due to the exception that the previous implementation throws, Thrift client
in JavaScript has issues on backward compatibility.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyungsul/thrift THRIFT-2576
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/141.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #141
----
commit 5344373532f4ffe724e549a26109284963c9d3d2
Author: Hyungsul Kim <[email protected]>
Date: 2014-06-14T06:46:44Z
Implement Thrift.Protocol.prototype.skip method
commit 8bd1ffb363b3267c2036ea0de51b8f819f3e808d
Author: Hyungsul Kim <[email protected]>
Date: 2014-06-14T06:51:52Z
Add another assert in Skip test
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---