wide-energy-11069
09/18/2018, 11:15 PM16:12:41 00:21 [install]
FAILURE: (u'Error resolving binary request BinaryRequest(supportdir=bin/yarnpkg, version=v1.6.0, name=yarnpkg, platform_dependent=True, external_url_generator=None, archiver=<pants.fs.archive.TarArchiver object at 0x10d070550>): Failed to fetch yarnpkg.tar.gz binary from any source: (Failed to fetch binary from <https://binaries.pantsbuild.org/bin/yarnpkg/mac/10.12/v1.6.0/yarnpkg.tar.gz>: Fetch of <https://binaries.pantsbuild.org/bin/yarnpkg/mac/10.12/v1.6.0/yarnpkg.tar.gz> failed with status code 400)', BinaryNotFound(u'Failed to fetch yarnpkg.tar.gz binary from any source: (Failed to fetch binary from <https://binaries.pantsbuild.org/bin/yarnpkg/mac/10.12/v1.6.0/yarnpkg.tar.gz>: Fetch of <https://binaries.pantsbuild.org/bin/yarnpkg/mac/10.12/v1.6.0/yarnpkg.tar.gz> failed with status code 400)',))
? wget
worksaverage-vr-56795
09/19/2018, 7:00 AMwide-energy-11069
09/19/2018, 7:05 AMhundreds-father-404
09/19/2018, 7:41 AMacoustic-book-58772
09/20/2018, 6:35 PM--exclude-target-regexp
flag wrong? ./pants test --changed-since=master --changed-include-dependees=transitive --exclude-target-regexp=integration_test
The reference says this is supposed to be a global option but it keeps telling me Exception message: Unrecognized command line flags on scope 'list': --exclude-target-regexp
acoustic-book-58772
09/20/2018, 6:36 PMwitty-crayon-22786
09/20/2018, 8:38 PMwitty-crayon-22786
09/20/2018, 8:39 PMtest
in this case) before all of the goalswitty-crayon-22786
09/20/2018, 8:40 PMaloof-angle-91616
09/21/2018, 12:59 AM--binaries-baseurls
is i believe not addressable on the command line for example? i have a branch that changes cli parsing to allow that but i haven’t spent enough time making sure it allows all the same command lines or whether they’re interpreted the same way (recursive options don’t work yet in that branch). it’s not something where the fix is clear quite yet but it also might be the kind of thing that might just stay iffy until someone takes the time to fix it.aloof-angle-91616
09/21/2018, 1:00 AMacoustic-book-58772
09/21/2018, 8:39 PM--exclude-target-regexp
is a global option, and works with test
, but the filters flags are not and only work with the filter
goal. I suppose I can do this in two steps and put the filter
inside some backticks and evaluate it, but that is kind of ugly. Any way I can do this in one step?witty-crayon-22786
09/21/2018, 9:11 PM--tag
option, which is global, and can be used this way though.witty-crayon-22786
09/21/2018, 9:11 PMfilter
goal is related to that discussionacoustic-book-58772
09/21/2018, 9:19 PMacoustic-book-58772
09/21/2018, 9:20 PMchanged
instead of running everything, and I've been running into all sorts of problems, so apologize in advance for lots of potentially dumb questionswitty-crayon-22786
09/21/2018, 9:31 PMacoustic-book-58772
09/21/2018, 9:36 PM./pants test --changed-since=master --changed-include-dependees=transitive
and whatever filters I needacoustic-book-58772
09/21/2018, 9:36 PMacoustic-book-58772
09/21/2018, 9:37 PMstrict_dep
and execution_strategy
options but they're still therewitty-crayon-22786
09/21/2018, 9:38 PMwitty-crayon-22786
09/21/2018, 9:39 PMminimize
effectively creates "batches" of targets to run independently.acoustic-book-58772
09/21/2018, 9:40 PMwitty-crayon-22786
09/21/2018, 10:18 PMacoustic-book-58772
09/21/2018, 10:32 PMacoustic-book-58772
09/21/2018, 10:32 PMwitty-crayon-22786
09/22/2018, 12:03 AMwitty-crayon-22786
09/22/2018, 12:03 AMwitty-crayon-22786
09/22/2018, 12:04 AMcreamy-activity-5659
09/24/2018, 2:27 PM