lambdaisland / lambdaisland/kaocha-cljs
Fork cljs REPL implementations
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 47
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
In my experience, tests using kaocha-cljs sometimes fail because it can't connect successfully to the ClojureScript client. This is particularly problematic on CI, as it causes PR test runs to fail for reasons unrelated to the PR itself.
A typical error is as follows:
Exception: clojure.lang.ExceptionInfo: Kaocha ClojureScript client failed connecting back.
I don't know if it's reasonable to solve all of the unreliability, especially since I think we want to focus efforts on kaocha-cljs2 (among other projects). However, finding a way to mitigate the issue for CI and documenting it seems like a doable fix.
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 files, tests, or entry points are named. Start by reproducing the kaocha-cljs client connection failure in CI and compare it with the stated focus on kaocha-cljs2. Done means a concrete CI mitigation is identified and the workaround is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- ci-cd, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100