<@U6ZRNH0TC>: a heads up on <https://github.com/pa...
# announce
w
@aloof-angle-91616: a heads up on https://github.com/pantsbuild/pants/pull/10187 : we need to delete all v1 Tasks in order to unblock API changes we’d like to make before 2.0
we’ve attempted to preserve all rules code and subsystems: if we’ve missed anything, we can add it back
and we’ll happily add it back in a followup if this lands before you have a chance to skim it
a
was writing a lot of info out but short version is this is great keep it up
the ipex functionality is very easy to replicate in v2
🎉 1
w
thanks! that is our hope as well.
a
i already have two branches that do it, would just need to update them to use the v2 api
h
Thanks!
a
there are several python threads we will be following up on soon and i'm thinking that it might be possible to use v2 pants for twitter python code, separately from the v1 pants we already have
will report back, we're discussing the roadmap i created tomorrow
❤️ 2
h
That’d be great! Generally, that’s the setup we’re recommending for mixed repos: use a
./v1
script for your JVM code and a
./pants
or
./v2
script for your Python code
a
oh i didn't realize that at all
is there a migration doc wth that info?
a
amazing, thanks so much
👖 1
h
We made some changes to the bootstrap script to support this: https://github.com/pantsbuild/setup/pull/79
🔥 1
👍 1
a
thank you!!