Repository: thrift Updated Branches: refs/heads/master 62d2af7cd -> 2adfb0a8d
THRIFT-2781: D compiler stuck at idlgen due to compiler bug Client: D Patch: Jens Geyer Temporarily disabled idlgen (experimental feature, not required), to be fixed later. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/18502ee1 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/18502ee1 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/18502ee1 Branch: refs/heads/master Commit: 18502ee177e137d54dba520418d6e9208dc04ba7 Parents: 62d2af7 Author: Jens Geyer <[email protected]> Authored: Fri Oct 10 19:30:58 2014 +0200 Committer: Jens Geyer <[email protected]> Committed: Fri Oct 10 19:30:58 2014 +0200 ---------------------------------------------------------------------- lib/d/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/18502ee1/lib/d/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/d/Makefile.am b/lib/d/Makefile.am index 759677a..30b5eb3 100644 --- a/lib/d/Makefile.am +++ b/lib/d/Makefile.am @@ -41,7 +41,10 @@ d_asyncdir = $(d_thriftdir)/async d_async_DATA = $(addprefix src/, $(addsuffix .d, $(d_asyncmodules))) d_codegenmodules = $(addprefix thrift/codegen/, async_client \ - async_client_pool base client client_pool idlgen processor) + async_client_pool base client client_pool processor) +#d_codegenmodules = $(addprefix thrift/codegen/, async_client \ +# async_client_pool base client client_pool idlgen processor) + d_codegendir = $(d_thriftdir)/codegen d_codegen_DATA = $(addprefix src/, $(addsuffix .d, $(d_codegenmodules)))
