The struct "Bonk" (in ThriftTest.thrift) uses a reserved keyword "type" in my target language. What's the right approach do dealing with reserved keywords during code generation? Obviously I'd prefer that "type" wasn't used at all, but...should I turn it into another name? Should I simply fail instead?
Thanks, Allen Terminal Musings: http://www.allengeorge.com/ Raft in Java: https://github.com/allengeorge/libraft/ Twitter: https://twitter.com/allenageorge/
