commit | 62445c1d2e8bcca1056abb4559518f1c8d995992 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Jun 29 00:00:00 2022 +0200 |
committer | Jens Geyer <jensg@apache.org> | Mon Sep 05 22:04:20 2022 +0200 |
tree | bea3319b780bf3b918997ba5317eae0151e2395b | |
parent | 6a797b9843f47b455740afc146ac490de95d74c2 [diff] [blame] |
THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved self-tests) Client: compiler general, netstd, Delphi Patch: Jens Geyer
diff --git a/test/ConstantsDemo.thrift b/test/ConstantsDemo.thrift index 204e805..e03f053 100644 --- a/test/ConstantsDemo.thrift +++ b/test/ConstantsDemo.thrift
@@ -65,6 +65,8 @@ const set<i32> GEN_SET = [ 235, 235, 53235 ] +const uuid GEN_UUID = "00000000-4444-CCCC-ffff-0123456789ab" + exception Blah { 1: i32 bing }