bored-art-40741
08/31/2015, 8:55 PMwitty-crayon-22786
08/31/2015, 8:56 PM1) fork `while 1; do ./pants changed-loop $target; ./pants bundle.npm $target; done` (runs forever)
2) run `./pants run.npm -- webpack-server` (runs forever)
3) iterate on changing sources
bright-dinner-81701
08/31/2015, 8:56 PMenough-analyst-54434
08/31/2015, 8:56 PMenough-analyst-54434
08/31/2015, 8:57 PMenough-analyst-54434
08/31/2015, 8:58 PMenough-analyst-54434
08/31/2015, 8:58 PMenough-analyst-54434
08/31/2015, 8:58 PMwitty-crayon-22786
08/31/2015, 8:58 PMbored-art-40741
08/31/2015, 8:59 PMwitty-crayon-22786
08/31/2015, 8:59 PMwitty-crayon-22786
08/31/2015, 8:59 PMbored-art-40741
08/31/2015, 9:00 PMbored-art-40741
08/31/2015, 9:00 PMbored-art-40741
08/31/2015, 9:00 PMjolly-chef-92794
08/31/2015, 9:09 PMjvm_binary
. Lots of options, but I think we’re settling between
jvm_binary(name=’my-app’,
shading_rules = [
Shading.Exclude(‘pattern’),
Shading.Relocate(from, to),
],
)
jolly-chef-92794
08/31/2015, 9:09 PMjvm_binary(name=’my-app’,
shading_rules = shading_rules([
Shading.Exclude(‘pattern’),
Shading.Relocate(from, to),
], … <reserved for more arguments> ...),
)
jolly-chef-92794
08/31/2015, 9:09 PMjar_rules([])
jolly-chef-92794
08/31/2015, 9:10 PMjar_rules
wrapper looks outdated and is unnecessary to include in BUILD files, in the same manner that pants()
wasenough-analyst-54434
08/31/2015, 9:10 PMenough-analyst-54434
08/31/2015, 9:10 PMjolly-chef-92794
08/31/2015, 9:10 PMenough-analyst-54434
08/31/2015, 9:11 PMenough-analyst-54434
08/31/2015, 9:11 PMenough-analyst-54434
08/31/2015, 9:11 PMenough-analyst-54434
08/31/2015, 9:11 PMjolly-chef-92794
08/31/2015, 9:11 PMenough-analyst-54434
08/31/2015, 9:12 PMrough-minister-58256
08/31/2015, 9:12 PMGoalRunner.Factory(options_bootstrapper, working_set, runtracker, reporting).setup()
etc - is there some benefit to using a factory there vs just moving runtracker and reporting directly into GoalRunner.__init__()?enough-analyst-54434
08/31/2015, 9:13 PM