witty-crayon-22786
09/28/2015, 11:45 PMwitty-crayon-22786
09/28/2015, 11:45 PMwitty-crayon-22786
09/28/2015, 11:45 PMwitty-crayon-22786
09/28/2015, 11:59 PMwitty-crayon-22786
09/29/2015, 12:01 AMstocky-salesmen-83101
09/29/2015, 12:12 AMbored-art-40741
09/29/2015, 12:15 AMbored-art-40741
09/29/2015, 12:15 AMbright-dinner-81701
09/29/2015, 12:18 AMbright-dinner-81701
09/29/2015, 12:31 AMdef _resolve(self, target, node_path, node_paths):
if self.is_node_remote_module(target):
self._resolve_remote_module(node_path, target)
else:
self._resolve_local_module(node_path, node_paths, target)
could just be self._resolve_local_module(node_path, node_paths, target)
for speed purposes as long as we arent using those individual resolved node_remote_modulesbright-dinner-81701
09/29/2015, 12:31 AMhappy-kitchen-89482
09/29/2015, 12:37 AMrough-minister-58256
09/29/2015, 12:39 AMrough-minister-58256
09/29/2015, 12:45 AM-Wd
bright-dinner-81701
09/29/2015, 1:48 AMbright-dinner-81701
09/29/2015, 1:48 AMwitty-crayon-22786
09/29/2015, 1:49 AMlimited-country-20626
09/29/2015, 2:27 PMlimited-country-20626
09/29/2015, 2:39 PMlimited-terabyte-34878
09/29/2015, 3:42 PMlimited-terabyte-34878
09/29/2015, 3:42 PMhappy-kitchen-89482
09/29/2015, 3:48 PMhappy-kitchen-89482
09/29/2015, 3:49 PMbored-art-40741
09/29/2015, 3:50 PMfreezing-motorcycle-14222
09/29/2015, 3:52 PMBenchmark
) assume that the ./pants bench
goal is only for JVM targetsfreezing-motorcycle-14222
09/29/2015, 3:53 PMfreezing-motorcycle-14222
09/29/2015, 3:53 PMBenchmark
task expects certain JVM-specific flags to be set (like --target
) even if you are running ./pants bench
on a non-JVM targetfreezing-motorcycle-14222
09/29/2015, 3:54 PMBenchmark
goal also fails if there are any non-JVM targets in the target graph when runnin ./pants bench
, which means that you can't add bench
support for other language targetsfreezing-motorcycle-14222
09/29/2015, 3:55 PMfreezing-motorcycle-14222
09/29/2015, 3:55 PMisinstance
check like in other tasks to make sure that we can add bench
support to other languages