witty-crayon-22786
08/13/2018, 6:28 PMfilter
options existed before we had that list syntaxwitty-crayon-22786
08/13/2018, 6:29 PM--filter-type=+python_library,python_binary
or something =/witty-crayon-22786
08/13/2018, 6:30 PMalert-monitor-62116
08/13/2018, 6:35 PMalert-monitor-62116
08/13/2018, 9:10 PM--test-pytest-coverage=src/python/
some of python libraries are ignored (I’d at least expect to see 0% coverage on them) is there anything I am missing ?adamant-quill-79654
08/14/2018, 11:09 AMapp.run(debug=true)
dont work when i run my build: ./pants run src/python/helloworld:helloworld
. I never use pants
before so i dont know how to handle code reload in development. I tried use watchdog
for it but I dont think its way to go: watchmedo auto-restart --directory=./src ./pants run src/python/helloworld:helloworld
(i know some flags is missing in this example but its only example:D)wonderful-winter-39732
08/14/2018, 12:00 PMpants
run?
I keep seeing messages like Invalidated 2 targets
and I know it has to do with conflicting transitive dependencies but I’m not sure which ones. Knowing which targets were invalidated might helpdazzling-tailor-14147
08/15/2018, 9:37 PMacoustic-book-58772
08/16/2018, 6:00 PM~/.ivy2
as well as under .pants.d/ivy
, and I'm not quite sure which one does what. Or is this something we've configured that I just don't know about?wide-energy-11069
08/16/2018, 6:37 PM~/.ivy2
has the real stuff, .pants.d/ivy
contains the symlinks/hardlinks to ~/.ivy2
depending on your pants versionacoustic-book-58772
08/16/2018, 6:56 PMmysterious-farmer-45668
08/16/2018, 11:04 PMdist/
?mysterious-farmer-45668
08/16/2018, 11:04 PMclasspath.targetname
?curved-vase-73456
08/17/2018, 6:48 PMwonderful-winter-39732
08/20/2018, 10:08 AMeager-librarian-15922
08/21/2018, 10:30 AMfierce-park-88503
08/23/2018, 1:53 PM./pants lint
explicitly to run lint checks. but it seems like the checks are taking a long time (like 27 minutes) to run. output has like:
02:20:31 00:07 [python-eval]
Invalidated 120 targets.........................................................................................................................
02:47:37 27:13 [pythonstyle]
Invalidated 160 targets.
fierce-park-88503
08/23/2018, 1:54 PMelegant-engineer-38436
08/23/2018, 4:56 PMfancy-queen-20734
08/23/2018, 5:31 PMplacing generated Java code into a specified repo directoryBy that do you mean that you’re putting the generated code into the
target_workdir
passed to execute_codegen
?elegant-engineer-38436
08/23/2018, 5:36 PMfancy-queen-20734
08/23/2018, 5:36 PMfancy-queen-20734
08/23/2018, 5:37 PMelegant-engineer-38436
08/23/2018, 5:38 PMfancy-queen-20734
08/23/2018, 5:38 PMelegant-engineer-38436
08/23/2018, 5:38 PMfancy-queen-20734
08/23/2018, 5:39 PMaloof-angle-91616
08/23/2018, 5:48 PM//
we have for targets so we can specify globally-scoped (or arbitrarily-scoped) things later on the command linealoof-angle-91616
08/23/2018, 5:49 PM--binaries-baseurls
on the command linealoof-angle-91616
08/23/2018, 5:49 PM