enough-analyst-54434
09/26/2018, 6:12 PMhigh-night-61226
09/26/2018, 6:14 PM./pants -q --changed-parent=master --changed-include-dependees=transitive list | xargs ./pants --tag=phase:unit filter
high-night-61226
09/26/2018, 6:15 PMenough-analyst-54434
09/26/2018, 6:16 PMenough-analyst-54434
09/26/2018, 6:16 PMhigh-night-61226
09/26/2018, 6:17 PMenough-analyst-54434
09/26/2018, 6:17 PMhigh-night-61226
09/26/2018, 6:18 PMwitty-crayon-22786
09/26/2018, 6:57 PMansicolors
tagged with 'something'
in this case?witty-crayon-22786
09/26/2018, 6:58 PMhigh-night-61226
09/26/2018, 6:59 PMhigh-night-61226
09/26/2018, 6:59 PMlist
is essentially the source of the errorhigh-night-61226
09/26/2018, 7:00 PMwitty-crayon-22786
09/26/2018, 7:01 PMwitty-crayon-22786
09/26/2018, 7:02 PM--tag
is a global option, so you don't need to use it with filterwitty-crayon-22786
09/26/2018, 7:02 PM./pants -q --changed-parent=master --changed-include-dependees=transitive --tag=phase:unit list
should workhigh-night-61226
09/26/2018, 7:02 PMwitty-crayon-22786
09/26/2018, 7:03 PMwitty-crayon-22786
09/26/2018, 7:03 PMhigh-night-61226
09/26/2018, 7:03 PMfilter
goals in our older tooling now that we can use the global --tag
option thoughwitty-crayon-22786
09/26/2018, 7:07 PMhigh-night-61226
09/26/2018, 7:08 PMaloof-angle-91616
09/27/2018, 2:48 AMthankful-horse-51968
09/27/2018, 11:47 AMthankful-horse-51968
09/27/2018, 11:47 AMpolite-vase-75369
09/27/2018, 1:36 PMsome-zebra-26929
09/27/2018, 9:05 PMrm -rf .cache .pants.d ~/.cache/pants .pids && ./pants clean-all
./pants fmt lint compile :: && ./pants test src/:: test/::
from the command line. However, when I import the same project into IntelliJ, I keep getting the error FAILURE: Unable to detect a suitable interpreter for compatibilities: (Conflicting targets: )
We ran the pants server to try to find more details, and it seems that IntelliJ's invocations are failing on the export step. ./pants --no-quiet export --formatted ./::
works locally but it fails when being invoked by IntelliJ, for some reason.square-salesclerk-52064
09/28/2018, 12:32 AMwitty-crayon-22786
09/28/2018, 12:34 AMsquare-salesclerk-52064
09/28/2018, 12:36 AM