eclipse-score / eclipse-score/communication
Improvement: Run C++ tests with the hardned version of the standard library (libstdc++)
- Dominant language
- C++
- Stars
- 62
- Forks
- 97
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 72
Description
### What
A lot of functions of the C++ standard library have preconditions in the form of "Requires:" clause. If such requirements are not fulfilled, that is undefined behavior.
However, standard libraries provide modes that are not enabled by default that allow to detect when some of these requirements are violated.
### How
_No response_
### Estimates for realization
_No response_
### Category
- [ ] Affects Detailed Design
### Requirements / Architecture
- [x] Requirements / Architecture are not affected by this change?
Contributor guide
Research direction
Start by locating the repository's C++ test configuration and identifying how libstdc++'s hardened checking mode can be enabled for those tests. The work is complete when the C++ test suite runs with that mode enabled and the configuration is documented or reproducible for contributors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100