pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

Add Cassandra Thrift IDLs for further validation. #43

Closed matttproud closed 11 years ago

matttproud commented 12 years ago

Problems in the generated Go code for Cassandra from its IDL prompted me to start making repairs to thrift4go. That said, I want to add some additional validations to validate that generation of the Go code for these is actually buildable. From this, a couple of anomalies appeared in terms of how safe field names were emitted-e.g., Type to a Go-safe name.