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
combining all the [include] segments into a single MODULE.bazel file could be a feature of a tool based on the buildozer API
(...)
the tool needs to rename top-level variables that conflict. Or use a pattern such as IIFE (immediately invoked function expression).
(...)
It could even be combined with the Publish to BCR app to automatically patch in the full module file content
It would be great to have such a tool and/or automation in the BCR tools!
The text was updated successfully, but these errors were encountered:
# MODULE.bazel at the root# include("//dir1/dir2/foo.MODULE.bazel")dir1_dir2_foo_bar=use_extension("//1/2/3:extension.bzl", "bar")
bar=use_extension("//other/path:extension.bzl", "bar")
MODULE.bazel
can useinclude
to organize dependencies but, per the docs:In Slack Thread @fmeum suggested that
It would be great to have such a tool and/or automation in the BCR tools!
The text was updated successfully, but these errors were encountered: