practicalli / practicalli/clojure

Use external test runner

Open
#54 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

testing
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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.