hundreds-breakfast-49010
07/15/2019, 9:03 PMbrief-engineer-67497
07/16/2019, 8:19 AMfancy-motherboard-24956
07/16/2019, 12:37 PMnutritious-guitar-44515
07/18/2019, 12:50 PMechoing-manchester-70122
07/18/2019, 6:31 PMechoing-manchester-70122
07/18/2019, 6:32 PMechoing-manchester-70122
07/18/2019, 6:32 PMechoing-manchester-70122
07/18/2019, 6:32 PMechoing-manchester-70122
07/18/2019, 6:33 PMechoing-manchester-70122
07/18/2019, 6:33 PMechoing-manchester-70122
07/18/2019, 6:33 PMaloof-angle-91616
07/18/2019, 6:35 PMechoing-manchester-70122
07/18/2019, 9:17 PMechoing-manchester-70122
07/18/2019, 9:17 PMechoing-manchester-70122
07/18/2019, 9:34 PMhundreds-breakfast-49010
07/20/2019, 12:18 AM./pants goals
the last one printed is validate
with no descriptionhundreds-breakfast-49010
07/20/2019, 12:19 AMhundreds-breakfast-49010
07/20/2019, 12:19 AMvalidate
is coming from that known_scope_to_info
for-loop (which doesn't check for a null description)hundreds-breakfast-49010
07/20/2019, 12:20 AMgoal_descriptions.update
line, which doeshundreds-breakfast-49010
07/20/2019, 12:20 AMenough-analyst-54434
07/20/2019, 8:38 AMvalidate
is the only v2 goal in that list and the UI for v2 is not fully worked out.hundreds-breakfast-49010
07/22/2019, 6:50 PMlist
also a v2 goal? it's defined with console_rule
in list_targets.py
, right?hundreds-breakfast-49010
07/22/2019, 6:50 PMhundreds-breakfast-49010
07/22/2019, 6:51 PM./pants goals
shouldn't care wehther the engine is v1 or v2?hundreds-breakfast-49010
07/22/2019, 6:52 PM./pants goals
to print the source file where that goal is implemented (maybe with a special --debug
flag?)hundreds-breakfast-49010
07/22/2019, 11:05 PM./pants test tests/python/pants_test/backend/graph_info/tasks:list_targets
locally it passes on that codehundreds-breakfast-49010
07/23/2019, 6:44 PMgoals_by_version
on Options
in _print_goals_help
in HelpPrinter
hundreds-breakfast-49010
07/23/2019, 6:44 PMOptions
hasn't been initialized yet with the goalshundreds-breakfast-49010
07/23/2019, 6:45 PMGoals.all()
, so something is aware of goals alreadyhundreds-breakfast-49010
07/23/2019, 6:45 PMOptions
is aware of earlier so I can use that method, or reimplement the functionality to look for goals by version on the Goal
class