elixir
elixir copied to clipboard
Exercism exercises in Elixir.
Found a typo on the Recursion concept, this PR fixes it
Like in https://github.com/exercism/fsharp/pull/1092/files A bit hard to do at the moment because the representer's behavior is still not well defined and there are some bugs and unknowns.
I just went through this exercise as part of the Exhort. It seemed trivial to make this exercise run tests asynchronous by generating random temp files using some core utils.
I had few cases where all tests passed but some numbers I tried were not correct. It was a while ago, so I do not remember clearly, but it was...
There are some improvements to this exercise proposed in the initial PR that got postponed so we can see how the exercise is doing first and maybe collect more improvement...
Tests for `RPNCalculatorInspection.reliability_check/2` are too forgiving for calculations that take longer than 100ms. If the solution starts the checks in parallel and awaits the results iteratively all the tests pass,...
The docs concept didn't explain doc tests or check that people could write them, and that seemed like a gap. This fills that gap. (The test for this is based...
This is a recurring task that has to be done from time to time. **Do not reference this issue by writing `resolves/fixes #XXX` in your PR** because that will close...
## Learning objectives - `defmacro` - the `Macro` module - what's an AST - when *not* to use macros ## Out of scope I am not sure if explaining `require`/`use`...
This issue is to collect requirements and ideas for a test generator. We don't have a specific implementation plans yet. A test generator would a script or project in this...