mysterious-farmer-45668
07/21/2017, 8:30 PMbright-apartment-76721
07/21/2017, 8:31 PMbright-apartment-76721
07/21/2017, 8:31 PMacceptable-kitchen-41259
07/21/2017, 8:32 PMacceptable-kitchen-41259
07/21/2017, 8:32 PMmysterious-farmer-45668
07/21/2017, 8:33 PMbright-apartment-76721
07/21/2017, 8:34 PMquiet-ice-72984
07/23/2017, 9:37 PMtest-changed
and a build [cache]
. After having done a full compile to my remote cache, ./pants test
skips through (https://gist.github.com/MasterDDT/f87db410628af44eecdd53c01169f6b7). However ./pants test-changed --include-dependees=transitive
in the same dir seems to compile a lot of stuff (https://gist.github.com/MasterDDT/4159a783f6ab88be6e7ad38882df9fca)quiet-ice-72984
07/23/2017, 9:37 PMenough-analyst-54434
07/24/2017, 2:37 AMenough-analyst-54434
07/24/2017, 2:47 AMenough-analyst-54434
07/24/2017, 2:49 AMenough-analyst-54434
07/24/2017, 2:51 AM--include-dependees=transitive
picks up a different ivy resolve from otherwise, which is enough to invalidate the prior compile (code same, deps new, so have to recompile to make sure dep linkage works).handsome-toddler-25361
07/24/2017, 12:49 PMhandsome-toddler-25361
07/24/2017, 12:50 PMhandsome-toddler-25361
07/24/2017, 3:07 PMbright-apartment-76721
07/24/2017, 3:10 PMquiet-ice-72984
07/24/2017, 3:36 PM--include-dependees=transitive
is a diff ivy resolve, then that prob invalidates everything down the line, which explains the compiles? ok thanks. and yes i have py and scala tests both run, i just cut off the in the snippet, but i saw both tests runenough-analyst-54434
07/24/2017, 4:16 PMacceptable-kitchen-41259
07/24/2017, 5:01 PMacceptable-kitchen-41259
07/24/2017, 5:10 PMenough-analyst-54434
07/24/2017, 5:12 PMmysterious-farmer-45668
07/24/2017, 9:51 PMmysterious-farmer-45668
07/24/2017, 9:51 PMmysterious-farmer-45668
07/24/2017, 9:51 PMwitty-crayon-22786
07/24/2017, 9:53 PMvirtualenv
based in install, you need:witty-crayon-22786
07/24/2017, 9:53 PMA C compiler, system headers, Python headers (to compile native Python modules) and the libffi library and headers (to compile and link modules that use CFFI to access native code).
mysterious-farmer-45668
07/24/2017, 9:53 PMwitty-crayon-22786
07/24/2017, 9:53 PM