-
# Feature Request
**Describe the Feature Request**
I would like to be able to import functions that have the same name as their parent modules.
Currently if I have a module `mod sublist` whic…
-
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…
-
Some exercise README templates contain links to pages which no longer exist in v2 Exercism.
For example, C++'s README template had a link to /languages/cpp for instructions on running tests. The corr…
-
Hello! 👋 I'm really enjoying Exercism, thank you!
Would like to suggest a fix for a small typo in the first example of ["Little Sister's Essay" exercise](https://exercism.org/tracks/python/exercise…
-
https://exercism.org/docs/tracks/abap/10-learning
The first link is dead, is it this one? https://blogs.sap.com/2021/09/14/get-started-with-your-sap-abap-journey-introduction/
vaeng updated
8 months ago
-
Hi, I have a solution for the newly released Sieve exercise that doesn't pass the tests on exercism.org but when I run it locally it passes just fine. I will paste the solution and test invocation bel…
-
Continued from exercism/exercism#6727
The approach page for Hamming exercise is missing, despite there being one created by @bobahop .
-
In Exercism v3, we are making increased use of our v2 [analyzers](https://github.com/exercism/docs/blob/main/building/tooling/analyzers/README.md). Analyzers automatically assess student's submissions…
-
- [] When we create two nodes from the same computer locally, communication between the two nodes works fine. However, when attempting to communicate between two nodes remotely, it does not work. We h…
-
So `test .foo.bar` runs all the tests in that namespace. Rather than needing to `cd .foo.bar` then `test` with no args.