wonderful-winter-39732
08/01/2018, 10:08 AMclean-all goal.
It seems that if I compile some target, then clean-all and then compile again the artifacts are still taken from the .cache folder.
If I rm -rf .cache that a recompile really happens.
So what’s the purpose of clean-all (other than closing open nailgun processes) and what’s the way to force recompile?witty-crayon-22786
08/01/2018, 6:42 PM./pants clean-all wipes out .pants.d, which is where zinc incremental compile state and other non-cacheable things arewitty-crayon-22786
08/01/2018, 6:43 PM.pants.d is much more likely to have "issues" than the cache, as the cache is immutablewitty-crayon-22786
08/01/2018, 6:44 PM--cache-ignorewitty-crayon-22786
08/01/2018, 6:44 PM