Jens-G commented on code in PR #2929:
URL: https://github.com/apache/thrift/pull/2929#discussion_r1598013290


##########
test/py/Makefile.am:
##########
@@ -117,6 +121,12 @@ gen-py-enum/%/__init__.py: ../%.thrift $(THRIFT)
        && $(THRIFT) --gen py:enum -out gen-py-enum ../v0.16/$(notdir $<) \
        || $(THRIFT) --gen py:enum -out gen-py-enum $<
 
+gen-py-type_hints/%/__init__.py: ../%.thrift $(THRIFT)
+       test -d gen-py-type_hints || $(MKDIR_P) gen-py-type_hints
+       test ../v0.16/$(notdir $<) \
+       && $(THRIFT) --gen py:type_hints -out gen-py-type_hints 
../v0.16/$(notdir $<) \

Review Comment:
   @arkuhn  Would like to merge this but ...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to