-
It seems that the set of repos with the `exercism-tooling` topic is exactly the set of repos with `exercism-test-runner` or `exercism-representer` or `exercism-analyzer`.
So would it be better to r…
-
https://github.com/exercism/zig-test-runner/commit/82b56afe82002cb6342222734b6bdeb8b665734c is a significant speedup for a `RUN zig test foo` command that's added at the bottom of the `Dockerfile`. Bu…
-
This is what I think must be done:
- [x] Add PHP 8.3 to the CI of the track and allow it to fail #656
- [x] Add PHPUnit 10 to the CI of the track and allow it to fail #656
- [x] Fix the problem…
-
As discussed in https://github.com/exercism/docs/pull/347, the amount of reputation that we award for PRs/issues could perhaps use some fine-tuning. Getting these numbers right is very difficult, but …
-
https://github.com/exercism/arturo/blob/main/bin/install-arturo currently downloads the Linux build for MacOS systems (below). The script should check which operating system is installed, bailing with…
-
Due to an issue with the `name` field in the exercism report of elm-test-rs, we needed to update both the `mpizenberg/elm-test-runner` elm package with the fix (https://github.com/mpizenberg/elm-test-…
-
Currently, we pre-install the dependencies for offline usage in the Dockerfile as follows:
```dockerfile
COPY src/ src/
COPY build.gradle .
RUN gradle build
```
Basically, we have a "project…
-
The test runner only has a limited set of packages, since it is forbidden from having internet access. If a student submits a package.yaml with a package that is not in that set, there will be an erro…
-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
In Exercism v3, one of the biggest changes is that w…
-
>As requested by @ihid, i've created this issue as a followup to my question in exercism/elixir-test-runner
How are you all choosing which language version to run the solution against?
In the el…