Remove git requirement for test suite?
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 76/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- cmake, cpp, git
- Domain
- build-system, testing
Research direction
Start with the git check at line 90 of CMakeLists.txt and inspect the test-suite configuration that follows it. Confirm whether any test setup invokes git, then remove the requirement if it is unused and verify that the test suite still configures and runs without git available.
Written by the indexing model from the issue text.
Description
Hello,
Currently the build system enforces git is available to run the test suite:
https://github.com/nodejs/merve/blob/12945b6c3c082878288b5e5804eb7bd68a3398a9/CMakeLists.txt#L90
But it does not look like the test suite is actually using git, unless I'm missing something. If correct, the requirement on git should be dropped (it is problematic for reproducible builds where git/repo metadata is unavailable such as in Guix).
- Dominant language
- C++
- Stars
- 63
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Contributor guide
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.
More from nodejs/merve
-
`import *` broken? Open
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
help wanted
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
help wanted
Difficulty 3/5 1-2 days Newbie friendliness 45/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·