bitter-ability-32190
05/04/2022, 3:09 PMhundreds-father-404
05/04/2022, 3:20 PMbitter-ability-32190
05/04/2022, 3:35 PMflat-zoo-31952
05/04/2022, 3:44 PMbitter-ability-32190
05/04/2022, 3:45 PMbusy-vase-39202
05/04/2022, 4:23 PMbitter-ability-32190
05/04/2022, 4:25 PM$ find -name BUILD -print0 | wc -l --files0-from -
...
18481 totalcurved-television-6568
05/04/2022, 4:57 PMbitter-ability-32190
05/04/2022, 4:58 PMhundreds-father-404
05/04/2022, 4:59 PMfresh-cat-90827
05/08/2022, 6:14 AMbitter-ability-32190
05/08/2022, 8:53 AMhundreds-father-404
05/08/2022, 12:31 PMit codegens your build file by parsing your codeAt first, I advocated for this approach w/ Pants because "explicit is better than implicit". Benjy and Stu pushed hard for dep inference and were very persuasive: ⢠noisy data hides intent. Now, when you see an explicit dep in a BUILD file, it's a signal it's something special like a runtime dep ⢠dangerous for people to manually edit something machine generated (why
tailor is only additive)
⢠bad UX to have to run another command before you do anything (when changing imports)
now I'm a total convert to dep inference