by 3pm today i'd accomplished all my non-reach goa...
# development
a
by 3pm today i'd accomplished all my non-reach goals for hackweek so i'm shooting for gold at this point
💯 2
🎉 1
👖 1
h
what were your goals?
a
(1)
--query
already works (2) recreate buildozer in v2 rules similarly to
--query
-- works alarmingly well (3) add some more info including dependencies on top of the
./pants list --output-format=json
PR (which hasn't been merged yet but will be) put this all together to show a demo of finding "orphaned targets" with no deps in 3rdparty, piping to a scala utility that parses the json then calculates orphaned nodes, then reading that output back into an
./pants buildozer2
invocation which adds a tag
'orphaned'
to the orphaned targets
so now i'm helping out a team to build venvs from pex files from pants so we can VSCode in python