fast-school-44220
09/17/2025, 8:53 PM.foo files into .bar format. It does dependency inference and everything. Now I've written a second plugin that converts .bar files into .baz files. The .foo files are my primary sources. But when I try to HydrateSources with enable_codeen and the for_sources_type set to .baz , none of the rules are invoked, nor are the dependency inference functions. What is the secret to get it to chain the two rules together?fast-nail-55400
09/17/2025, 10:07 PMfast-nail-55400
09/17/2025, 10:08 PMGenerateSourcesRequest handler which could invoke .foo -> .bar -> .baz.fast-nail-55400
09/17/2025, 10:09 PMfast-school-44220
09/17/2025, 11:43 PMfast-school-44220
09/17/2025, 11:46 PMfast-nail-55400
09/17/2025, 11:51 PMgenerate_sources or hydrate_sources with the request argument as your applicable subclass of GenerateSourcesRequest or HydratesSourceesRequest, respectively. Basically hard-code what a chaining impl might do.fast-school-44220
09/19/2025, 3:07 PM.bar files in its snapshot. How do I convert that into a SourcesField to call HydrateSources the second time?fast-school-44220
09/19/2025, 5:14 PMfast-school-44220
09/19/2025, 5:15 PMfast-school-44220
09/19/2025, 5:17 PM