i'm trying to modify some pants plugins in the rep...
# general
r
i'm trying to modify some pants plugins in the repo's
tools/pants-plugins/xxx
directory, but it seems that my code modification is not reflected even though i delete all cache files (local execution root dir,
~/.cache/pants/
,
.pants.d
). it seems that i'm missing something.... it worked a few weeks ago;;;
c
did pantsd restart properly? (try removing
.pids
as well)
f
Try running with
--no-pantsd
, that seems to work for me a lot of the time!
r
this turned out to be a mistake by me… there was a missing FieldSet attribute.. T_T
👌 1
f
I know the feeling 😁