Hello everyone, when I do `pants run` I receive se...
# general
s
Hello everyone, when I do
pants run
I receive several warnings like
Pants cannot infer owners for the following imports in the target
. But when I call
pants run
again the warnings disappears. Is there a way to show the warning all the time, not only after the first call?
a
It's probably cached in pantsd? You can run with --no-pantsd
s
This works, but maybe there are some settings to make pants more deterministic in that sense by default?
a
Inference is only done while building the dependency graph and that's cached. I don't think there's any way to work around that