can I have a codegen generating PythonSources depe...
# plugins
a
can I have a codegen generating PythonSources depend on a codegen also generating PythonSources? E: Yes! I was getting the hydrated source files on the
TransitiveTargets.closure
in two different targets causing a recursion.
👀 1
h
wait it is possible? interesting
a
yeah, seems to work. I have a thing that's doing
yaml -> python(s)
and anotehr thing thats doing
python(s) -> python
and they all seem to work together.
1
you just need to be careful with how you're requesting your sources.
doing
transitive_targets.closure
on everything will trip the circle-detector