-
Overall documentation for building an Exercism track lives at https://exercism.org/docs/building/tracks/new
This issue helps keep track of the tasks you're working on towards launching this track.
T…
-
Hi !
First thanks for you work on the F# track, it's a pleasure to learn the language on Exercism !
When building the exercise [space-age](https://exercism.org/tracks/fsharp/exercises/space-age/…
-
_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/)._
There are several new features in Exercism v3 for tr…
-
Using data providers is a convenient way to reduce code and increase coherence inside the test classes. Having the test case data separated from the test code itself follows best practices and is enco…
-
This has been bedeviling me for a while.
```sh
$ gleam test
Compiled in 0.02s
Running largest_series_product_test.main
exception error: #{function => ,line => 74,
messa…
-
When running the tests for the `transpose` exercise with the following code:
```kotlin
object Transpose {
fun transpose(input: List): List {
val longestLength = input.map { it.len…
-
### Summary
This project aims to create a Tact language track on Exercism, an open-source code-academy-like platform. The project will involve creating a Tact language repository, a test runner, an…
-
### Summary
This project is about creating a FunC language track on Exercism, an open-source code-academy-like platform. The project will involve creating a FunC language repository, a test runner,…
-
@dector I'm running again with the latest fix, and the error is indeed fixed! Great. I do get another error though:
```
Parsed arguments: LaunchArguments(exerciseSlug=hello-world, solutionsDir=/…
-
Notice that the tests in `tests` using a pinned version of this package, e.g. https://github.com/exercism/gleam-test-runner/blob/52841faf69669bebd90c948a4b79398c36a082d4/tests/all_fail/gleam.toml and …