anonimitoraf / exercism.el

Emacs integration for https://exercism.org
GNU General Public License v3.0
32 stars 3 forks source link

Refactor exercism-run-tests to use the compile command #10

Closed leafarbelm closed 5 months ago

leafarbelm commented 5 months ago

Refactor exercism-run-tests to use the compile command, enhancing the readability of the output. Additionally, remove exercism-display-tests-after-run since the compile command automatically displays the *compilation* buffer.

closes #9

anonimitoraf commented 5 months ago

Works well, thanks!

leafarbelm commented 5 months ago

Thank you for the excellent package!!