philips-software / philips-software/amp-cucumber-cpp-runner

Standalone configuration is dev oriented

Open
#316 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
22
Forks
7
Avg merge
2d 5h
Merged PRs (30d)
4

Description

The current standalone CMake configuration is optimized for internal development rather than for clients who want to consume the library as an independent module. When selecting standalone mode, users reasonably expect that development‑only features are disabled. Instead, several dev‑oriented settings remain active, including:

  • verbose and trace logging
  • test builds
  • (options to enable) ASAN and other sanitizers/checks
  • ...

For consumers, the standalone configuration should produce only the client‑facing library with all development features turned off by default.
To address this, explicit development mode might need to be introduced separate from the standalone mode. This would cleanly separate client builds from internal development workflows.

Additionally, users currently cannot disable standalone mode because a shadowed variable overrides the user‑provided input. A fix for this issue is already available here.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the standalone CMake configuration and the shadowed variable described in the issue and linked pull request. Determine how standalone mode enables logging, tests, sanitizers, and other development settings; done means consumer builds disable those features by default and users can disable standalone mode reliably.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, cpp
Domain
build-system
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.