You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running bazel build //..., documentation for libB is properly generated and can be opened in a web browser. However, the link to the MyFoo type is broken.
The text was updated successfully, but these errors were encountered:
It looks like documentation links between Bazel packages are broken. I can reproduce the issue with the following setup:
./WORKSPACE
:./BUILD
:./libA/BUILD
:./libA/LibA.hs
:./libB/BUILD
:./libB/LibB.hs
:When running
bazel build //...
, documentation forlibB
is properly generated and can be opened in a web browser. However, the link to theMyFoo
type is broken.The text was updated successfully, but these errors were encountered: