practicalli / practicalli/clojure
Use external test runner
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 117
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
- provides additional checks, makes sure you dont have definitions in the REPL that are not in the code files (ghost definitions can occur during refactoring code)
Definition: ghost expressions
A term (I think I just made up) for expressions that have been evaluated and are in the current running REPL, but the project files do not contain the code. Those expressions were either only written directly in the REPL or changed / deleted in the source code files.
Relates to #172
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.
Research direction
The issue names no files, tests, or existing runner; start by locating the project's current test setup and REPL workflow. Define how an external runner should compare project files with the running REPL and verify that it detects ghost definitions without relying on stale REPL state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- cli, testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100