bazel-contrib / rules_go

Go rules for Bazel
Apache License 2.0
1.38k stars 656 forks source link

Use depset for SDK files #4014

Closed dzbarsky closed 2 months ago

dzbarsky commented 2 months ago

This PR improves analysis phase time by using depsets.

Example private repo, note go_test_impl and go_binary_impl disappear from the profile and go_library_impl contracts.

Before

image

After

image
fmeum commented 2 months ago

Could you also update the docs (providers.rst, I think)?

dzbarsky commented 2 months ago

Could you also update the docs (providers.rst, I think)?

yep, done