Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
cb80a96 to
4a0f7ab
Compare
Fix cpp_lifecycle_app
4a0f7ab to
6cbff09
Compare
- Change `baselibs` to `logging` module. - Fix configuration in `.bazelrc`.
| @@ -0,0 +1,37 @@ | |||
| # ******************************************************************************* | |||
There was a problem hiding this comment.
why we need that change really? We dont have so big module file that this is issue
There was a problem hiding this comment.
This change should make it easier to enforce that we use git_overrides for development only.
|
|
||
| # this should be the last statement | ||
|
|
||
| include("//:OVERRIDES.MODULE.bazel") |
There was a problem hiding this comment.
this is not allowed. This breaks usage of this module in another module or ? Only Root modules are allowed to include
There was a problem hiding this comment.
good catch. you are right :-) it's not allowed. So for releases we should comment this out, because releases shall not contain git_overrides. git_overrides shall only be used for development. Anyhow it's convenient to have a OVERRIDES.MODULE.bazel for development.
Rename OVERRIDES.MODULE.bazel to DEV_OVERRIDES.MODULE.bazel
Fix cpp_lifecycle_app