facebookarchive / swift

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

swift-generator doesn't auto generate builders #133

Closed jfein closed 9 years ago

jfein commented 11 years ago

The swift-generator by default generates immutable objects. It would be nice to also auto generate builder files for each generated thrift object.

We can use the "-generate_beans" flag in the mean time, but it would be nice to keep these objects as immutable and have a way to effectively construct them.

Thanks

facebook-github-bot commented 9 years ago

Thank you for reaching out to us and we'd like to first apoligize for not getting back to you sooner. We're closing out older issues since updates to the project may address the issue you opened or they may no longer be relevant. If you're still experiencing the problem, please reopen the issue - thanks!

andrewcox commented 9 years ago

This has been fixed actually I think. Reopen if I'm wrong.