Update IDL spec Add i8 to BaseType
Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/1d8e7450 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/1d8e7450 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/1d8e7450 Branch: refs/heads/master Commit: 1d8e745035354e67c794bec9e0b5663ee7cab902 Parents: 7b69c18 Author: Nobuaki Sukegawa <ns...@apache.org> Authored: Mon Jan 4 02:02:17 2016 +0900 Committer: Nobuaki Sukegawa <ns...@apache.org> Committed: Tue Jan 5 03:02:35 2016 +0900 ---------------------------------------------------------------------- doc/specs/idl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/1d8e7450/doc/specs/idl.md ---------------------------------------------------------------------- diff --git a/doc/specs/idl.md b/doc/specs/idl.md index 6da4696..e8cf39f 100644 --- a/doc/specs/idl.md +++ b/doc/specs/idl.md @@ -150,7 +150,7 @@ N.B.: These have some internal purpose at Facebook but serve no current purpose [25] DefinitionType ::= BaseType | ContainerType - [26] BaseType ::= 'bool' | 'byte' | 'i16' | 'i32' | 'i64' | 'double' | 'string' | 'binary' | 'slist' + [26] BaseType ::= 'bool' | 'byte' | 'i8' | 'i16' | 'i32' | 'i64' | 'double' | 'string' | 'binary' | 'slist' [27] ContainerType ::= MapType | SetType | ListType