-
The discussion in https://github.com/exercism/docs/pull/110 raised some issues regarding improvements to Configlet in the context of UUIDs that get submitted, but which are incorrect.
Since older v…
-
Should we add static analysis to the CI tasks to analyse each implementation?
As it is all the exercise implementations work just fine -- according to the tests that have been written. Static analy…
-
The isbn-verifier exercise currently lists converting an isbn10 number to isbn 13 a bonus task. I wonder if adding isbn13 support to the verifier would be too much or would be valuable to the exercise…
-
_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…
-
All tests for the function `c_abs()` are against the same result 5.0.
So the following code pass all the tests.
```
double c_abs(complex_t x)
{
(void)x;
return 5.0;
}
```
I'd like to …
-
What is needed to update to Scala 2.13 or 3 and make it work with exercism.
I am sure someone will do that in a PR but its likely a little more involved than just updating the build.sbt in each exerc…
-
Official docs:
https://book.cairo-lang.org/ch02-01-variables-and-mutability.html
---
Exercism Concepts docs:
https://exercism.org/docs/building/tracks/concepts
Use Rust track's "Mutability" …
-
A student posted the following solution to the Allergies exercise (or something along this lines)
```
public class Allergies
{
private readonly int _allergy;
public Allergies(int mask)
…
-
For `#48in24` exercises should be synced a few days before they are featured. Exercism core team polishes these exercises some time in advance (see [`#48in24` forum threads](https://forum.exercism.org…
-
@grzegorz-bielski You have qualified to be a maintainer here. Thank you for your hard work! Would you like to join?
iHiD updated
2 months ago