facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Proper handling of args with explicit identifiers #22

Closed andrewcox closed 11 years ago

andrewcox commented 12 years ago

Proper handling of args with explicit identifiers, as well as reordered, missing, and extra parameters when comparing client and server views of the thrift interface.

andrewcox commented 11 years ago

Will open a new pull request based on feedback.