You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also an experimental but I believe correct and useful setup in #8760 which allows v2 rules to use v1 targets mostly verbatim (which would be a very different approach than we've previously been considering for #4535).
Split out this change and describe the reasons why it might be useful (because we then don't have to change anything about the Target API).
Merge this to unblock thrift gen and export above, which require this approach or something equivalent to work.
The text was updated successfully, but these errors were encountered:
Prototyped
#8760 has implementations of all of the below, which should be split out into separate PRs:
BinaryToolBase
consumable in v2.pants.binaries.binary_tool.Script
.JvmToolMixin
consumable in v2 via invoking coursier to resolve the classpath for the tool.JvmToolMixin
, and then to invoke thrift on a set of targets.export
task to v2.Not Yet Prototyped
These goals have not yet been prototyped:
compile
export-classpath
Related Work
native-image
tool for zinc and rsc.Needs Discussion
There is also an experimental but I believe correct and useful setup in #8760 which allows v2 rules to use v1 targets mostly verbatim (which would be a very different approach than we've previously been considering for #4535).
The text was updated successfully, but these errors were encountered: