MeasureTransport / MeasureTransport/MParT
Add `MPART_DEBUG`
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 18
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
In lieu of Michael's contributions with DebugMap in #270 , I think it would be better if we had the class incorporated automatically into MParT depending on a flag MPART_DEBUG, which would be automatically set any time CMAKE_BUILD_TYPE MATCHES DEBUG is true, as well as something you could set yourself. This would allow future debugging contributions but wouldn't deteriorate the experience for Release builds.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by inspecting the CMake configuration and the DebugMap work referenced in #270; verify how CMAKE_BUILD_TYPE is handled and where a user-set MPART_DEBUG flag can be exposed. Done means MPART_DEBUG is enabled for Debug builds and can be set manually without affecting Release builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100