FYI I will fork 2.10 docs today & start updati...
# development
h
FYI I will fork 2.10 docs today & start updating them, given that we're close to rc0. Lmk if you want to make edits to 2.9 first
@witty-crayon-22786 @happy-kitchen-89482 I'm thinking that we rewrite https://www.pantsbuild.org/v2.10/docs/python-third-party-dependencies to have multiple resolves be the recommended experience, like most the docs assume it. But we mention where you won't want to use it (VCS requirements), and the workaround of no lockfile or a constraints file, which maybe links to 2.9 docs Wdyt?
w
yea, i think that that seems reasonable. the other case that isn’t possible with a user lockfile currently is “one source used in multiple resolves”… but that’s not a new limitation
👍 1
so: yea.
h
oh the other major limitation is
[python-repos]
not working, that's a pretty big blocker
w
mm.
h
it is possible to generate the lockfiles outside of Pants and have Pants/pex consume them...I wonder if that's worth highlighting? Or if you need VCS and/or python-repos we give up on the feature entirely That's tough, it's such a better experience than status quo