https://pantsbuild.org/ logo
w

witty-crayon-22786

09/29/2021, 10:17 PM
@bored-art-40741, @fast-nail-55400: @ancient-vegetable-10556 and i discussed my grabbing https://github.com/pantsbuild/pants/issues/13036 + “transitive classpath composition” this afternoon to ease landing the deploy jar patch
f

fast-nail-55400

09/29/2021, 10:17 PM
👍
w

witty-crayon-22786

09/29/2021, 10:17 PM
essentially, “get me the Digest of the transitive classpath of these roots” as a single rule
will that step on any toes? will touch
check
,
test
, etc
a

ancient-vegetable-10556

09/29/2021, 10:17 PM
Sounds good to me
b

bored-art-40741

09/29/2021, 10:18 PM
Shouldn't interfere with my Scala work, though presumably I'll need to port it over to use your classpath model
But the Scala integration is going to be super barebones, so I don't think it'll interfere much
w

witty-crayon-22786

09/29/2021, 10:18 PM
@bored-art-40741: internally it should be exactly the same
yea, sounds good.
i expect that scala integration will involve a
@union
that produces
FallibleCompiledClassfiles
☝️ 1
b

bored-art-40741

09/29/2021, 10:20 PM
Yup