-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The biggest changes: - Add boolean constant parsing. - Add context.Context support to rpc code. Minor changes encountered while parsing a large thrift corpus: - Harden code generator against '_test'-suffixed thrift schemas. - Harden code generator against name collisions ('res'). - Rename internal RPC wrapper structs. Better error handling: - Log runtime errors encountered by rpc codec serialization. - Clear buffers more aggressively.
- Loading branch information
Matt Jones
committed
Aug 22, 2016
1 parent
b029ac8
commit 4f4c1a1
Showing
9 changed files
with
736 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.