Hey All, I'm looking to pre generate a list of upstream/downstream dependencies on a per module basis.
I can run ivy:buildlist with a different root/leaf filter for each module but this seems like a lot of repeated work. Is there any way to do this in a single buildlist call? I currently multithread it through a python script and use the listing to allow parallel builds of non conflicting trees. Thanks, Tyler