eclipse-score / eclipse-score/baselibs
Migrate to the score_cpp_policies sanitizer configuration
- Dominant language
- C++
- Stars
- 26
- Forks
- 85
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 47
Description
## What
Migrate Baselibs to the centralized sanitizer configuration provided by [score_cpp_policies](https://github.com/eclipse-score/score_cpp_policies).
This keeps the sanitizer setup consistent across S-CORE projects, reduces local maintenance, and allows Baselibs to benefit from shared policy updates. [eclipse-score/logging#64](https://github.com/eclipse-score/logging/pull/64) is a reference.
## Acceptance Criteria (DoD)
- [ ] Baselibs uses the sanitizer configuration from `score_cpp_policies`.
- [ ] The supported sanitizer-enabled build and test configurations remain available.
- [ ] Baselibs no longer maintains duplicated sanitizer configuration.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate Baselibs' existing sanitizer configuration and the build and test entry points that enable sanitizer checks. Read eclipse-score/logging#64 as the migration reference, then verify that supported sanitizer-enabled builds and tests still work and that duplicated local configuration is removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100