exercism / clojure

Exercism exercises in Clojure.

Home Page:https://exercism.org/tracks/clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difficult to reproduce tests locally

JaumeAmoresDS opened this issue · comments

I am finding plenty of discrepancies between the results of the tests when I run them on my windows installation of clojure and the results obtained by exercism. I guess linux is used on the exercism platform. I noticed that there are exercism docker images for each track. Maybe it would be good to recommend, especially for clojure, to try and install one of these Dockers, especially to reproduce some of the exercises tests? I can point out which tests have different results, if there is interest.
In my case, I just installed the official clojure docker image, and then installed exercism on WSL. I can also give some basic instructions about these steps, including what I did to connect VSC with the WSL docker image, if there is interest.

Hello. Thanks for opening an issue on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this issue has been pre-approved, please link back to this issue on the forum thread and a maintainer or staff member will reopen it.

Hello! Indeed, there will be minor differences because the Exercism test runner uses Babashka. This could perhaps be documented better, but there is a notice at the beginning of the syllabus: https://github.com/exercism/clojure/blob/c6789a4f39507eca5fe6d1a3d4244e89c5ff4604/exercises/concept/lucians-luscious-lasagna/src/lucians_luscious_lasagna.clj#L2C1-L5C65