keiravillekode

Results 24 comments of keiravillekode

The tests in `queen-attack-test.el` are already up to date.

A test case was [added](https://github.com/exercism/problem-specifications/commit/ce02fb04011c55aec9630352e14465f3abf34f04) to problem-specifications: ``` "input": { "planet": "Sun", "seconds": 680804807 }, "expected": {"error": "not a planet"} ``` One option would be to support this test case:...

Here are the median difficulty levels across the 66 tracks for each of the practice exercises emacs-lisp supports: | exercise | difficulty | | --- | --- | | acronym...

With queen-attack, the tests are implemented, it just needs https://github.com/exercism/emacs-lisp/pull/316 tests.toml

@CODETOSPACE - Are you still working on this?

The following still lack stubs: ```txt allergies all-your-base alphametics anagram atbash-cipher bank-account beer-song bob book-store bowling change circular-buffer clock complex-numbers crypto-square custom-set diffie-hellman dominoes flatten-array food-chain forth go-counting grade-school grep...

Updated to not check the specific error.

Are you still planning to work on this, or should I upload a fork of this PR?

Here are a few thoughts. I apologise for not thinking about these earlier. A. It might be better for the client to pass in the destination buffer: ``` extern void...

The `.travis.yml` file dates back to when Idris 1 was being used. (Idris 1 was implemented in Haskell, Idris 2 is not.) We can remove the file as [Continuous Integration](https://exercism.org/docs/building/tracks/new/setup-continuous-integration)...