eclipse-score / eclipse-score/baselibs
Wrong Readme under https://github.com/eclipse-score/baselibs/blob/main/score/mw/log/README.md
Open
bug
- Dominant language
- C++
- Stars
- 26
- Forks
- 85
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 47
Description
Wrong dependency naming in the readme:
If one wants to use mw::log, the following include shall be necessary:
#include "score/mw/log/logging.h"
And the following bazel dependency as well:
deps = [
"@score_logging//score/mw/log:log",
],
Should be @score_baselibs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.