witty-crayon-22786
03/18/2016, 6:50 PMwitty-crayon-22786
03/18/2016, 6:50 PMwitty-crayon-22786
03/18/2016, 6:51 PMwitty-crayon-22786
03/18/2016, 6:51 PMwitty-crayon-22786
03/18/2016, 6:52 PMjolly-chef-92794
03/18/2016, 6:52 PMwitty-crayon-22786
03/18/2016, 6:53 PMjolly-chef-92794
03/18/2016, 6:56 PMscoped(‘provided’, ‘..’)
paradigm, we can support fine-grained developer control over the classpath, since normal dependencies can be included in scoped_dependencies. E.g.:
java_library(name=‘…’,
scoped_dependencies=[
scoped(‘’, ‘:a’),
scoped(‘provided’, ‘:b’),
scoped(‘’, ‘:c’),
],
)
jolly-chef-92794
03/18/2016, 6:57 PM’:b'
dependency is moved out another level, which alters what order it appears the classpathbored-art-40741
03/18/2016, 7:02 PMbored-art-40741
03/18/2016, 7:02 PMbored-art-40741
03/18/2016, 7:02 PMbored-art-40741
03/18/2016, 7:05 PMbored-art-40741
03/18/2016, 7:06 PMbored-art-40741
03/18/2016, 7:08 PMbored-art-40741
03/18/2016, 7:08 PMcommit df51e57b1946b43bf43d3d8124bb70d3ce6cb36e
Author: Nick Howard (Twitter) <nhoward@twopensource.com>
Date: Mon Mar 14 13:02:08 2016 -0600
Update --pinger-tries option to int
bored-art-40741
03/18/2016, 7:13 PMrough-minister-58256
03/18/2016, 7:16 PMbored-art-40741
03/18/2016, 7:18 PMwitty-crayon-22786
03/18/2016, 7:26 PMwitty-crayon-22786
03/18/2016, 7:27 PMjolly-chef-92794
03/18/2016, 7:27 PMwitty-crayon-22786
03/18/2016, 7:27 PMwitty-crayon-22786
03/18/2016, 7:28 PMclever-ambulance-21321
03/18/2016, 7:29 PMwitty-crayon-22786
03/18/2016, 7:29 PMjolly-chef-92794
03/18/2016, 7:29 PMscoped
dependencies in the normal vanilla dependencies listjolly-chef-92794
03/18/2016, 7:30 PMdefault
on the jar_library
itselfwitty-crayon-22786
03/18/2016, 7:30 PMjolly-chef-92794
03/18/2016, 7:30 PMjar_library
has scope provided
, adding an intermediary target with scope runtime
will effectively cause the target to be ignored