rejeep / commander.el

Emacs command line parser
GNU General Public License v3.0
56 stars 8 forks source link

Tests for emacs-commander have a circular dependency with ert-runner #14

Open jgarte opened 3 years ago

jgarte commented 3 years ago

See http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/emacs-xyz.scm#n14195

Is there any possibilty in being able to resolve this?

conao3 commented 3 years ago

if we test this package without ert-runner, we can reduce this issue?

jgarte commented 3 years ago

if we test this package without ert-runner, we can reduce this issue?

Thanks for the reply!

I think that would be one way to go around the issue, yes.