also the conversions were pretty explicit, i can't...
# development
a
also the conversions were pretty explicit, i can't think of a more explicit way than saying
convert(tuple)
a
The call site isn’t explicit though…
When I write:
SomeDatatype('foo')
and it becomes
SomeDatatype(('f', 'o', 'o'))
that’s scary and bad
a
that's very scary and very bad!!!!
no joke
that also reminds me one of the default values for a jvm option is supposed to be a 1-element tuple and isn't let's find that
and also thanks for the thorough review on https://github.com/pantsbuild/pants/pull/6374
a
Hurrah! 🙂