<#18566 We semi-broke partitioners for targets> Is...
# github-notifications
c
#18566 We semi-broke partitioners for targets Issue created by thejcannon In all of our partitioners for `fix`/`lint`/`fmt`/`test` we stringify field sets for the partition key, which for some reason ends up calling
repr
which fails if a field doesn't have a default. We should using
.address
on field sets. I think we just got lucky today with our current field sets 😅 CC @danxmoran pantsbuild/pants