quaint-telephone-89068
11/09/2022, 5:04 PMpylint perf regressions in 2.15.x, I found that this call to `closure` is yielding duplicate elements (sometimes 10s of thousands of duplicates in our very tangled repo). @witty-crayon-22786 confirmed it should not be doing that.
Pants version
2.15.x
In 2.14.x the closure call for pylint wrapped the result in a FrozenOrderedSet, so the bug could be present there too
OS
Both
pantsbuild/pantsuser
11/09/2022, 8:20 PM