Review comments
- Update flag description to be more precise
- No implict enum generation (gen enum flag required)
- Use latest thrift test IDL for uuid coverage
- rebase on latest main
diff --git a/test/py/Makefile.am b/test/py/Makefile.am
index b4be953..7e403d1 100644
--- a/test/py/Makefile.am
+++ b/test/py/Makefile.am
@@ -125,9 +125,9 @@
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 $<) \
- || $(THRIFT) --gen py:type_hints -out gen-py-type_hints $<
+ test ../$(notdir $<) \
+ && $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints ../$(notdir $<) \
+ || $(THRIFT) --gen py:type_hints,enum -out gen-py-type_hints $<
clean-local:
$(RM) -r build