Closed matttproud closed 12 years ago
OK. I am a big idiot: TSimpleJSON is never meant for programmatic consumption between Thrift client and servers. Please disregard my comments above. I will adjust this pull request to not denote that there is, in fact, an error. :-)
Yeah, TSimpleJSON was designed for me to test the Go Remote Server works through the command line. I think all languages should be able to do TSimpleJSON, but I made that protocol up myself.
This captures a bunch of small changes. If you read one of the commit logs, there is a broken test that is commented out. It will be first order of business to investigate its cause and fix it after this here is committed. Sadly, it is hard to say whether the regression is new or not. Once this is fixed, I think providing a Go server and a Java client for a test will be a top priority.