facebookarchive / swift

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

Generator package fixes #73

Closed andrewcox closed 11 years ago

andrewcox commented 11 years ago

Generated references to types in #include'd .thrift files from other namespaces are not qualified, and there is no "using" statement to bring them in, so they don't compile.

This attempts to fix that by qualifying references to types from other generated packages.

hgschmie commented 11 years ago

looks good except for the Boolean getter change. That should not go in.

andrewcox commented 11 years ago

Ah, did not know this. Removed that commit and merged the rest.