Here it is folks! A working-so-far prototype of po...
# development
h
Here it is folks! A working-so-far prototype of polymorphic call-by-name with unions: https://github.com/pantsbuild/pants/pull/22375
🎉 3
Comments welcome. I have only applied this for the
PackageFieldSet
->
BuiltPackage
case, but that is the most complex case we have, I believe.
I will try and use this in a few more cases, to be more confident that it covers what we need. But wanted to get some feedback so far.