projects
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
745e145
)
disable noexist namespace
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Tue, 8 Jan 2019 21:31:07 +0000
(21:31 +0000)
committer
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Tue, 8 Jan 2019 21:31:07 +0000
(21:31 +0000)
Last-Update: 2018-09-22
It doesn't give a warning, but fails to test.
Gbp-Pq: Name disable_noexist_namespace.patch
test/ThriftTest.thrift
patch
|
blob
|
history
diff --git
a/test/ThriftTest.thrift
b/test/ThriftTest.thrift
index 24dcbb94e9093a7af39a5afb174604063af961e5..acd64b9dd1ad84deec0ae36b9a89218752656fd6 100644
(file)
--- a/
test/ThriftTest.thrift
+++ b/
test/ThriftTest.thrift
@@
-41,8
+41,8
@@
namespace netcore ThriftAsync.Test
// Presence of namespaces and sub-namespaces for which there is
// no generator should compile with warnings only
-namespace noexist ThriftTest
-namespace cpp.noexist ThriftTest
+
//
namespace noexist ThriftTest
+
//
namespace cpp.noexist ThriftTest
namespace * thrift.test