akirak / elinter

Nix-based CI and local testing framework for Emacs Lisp projects
GNU General Public License v3.0
18 stars 2 forks source link

Failure when testing use-package-tags #23

Closed akirak closed 4 years ago

akirak commented 4 years ago

See this workflow run.

The following message is generated both on byte-compile and on buttercup, and the checks pass even if they are not run:

/nix/store/vilh5ays3ymz3xkwk0fri2a70lha7pfc-stdenv-linux/setup: line 109: use-package-tags: expression recursion level exceeded (error token is "package-tags")

This only happens in the testing workflow (which runs on all Emacs versions), and not in the linting workflow (which runs only on a specific Emacs version).

akirak commented 4 years ago

It's strange to see this message when the package name is use-package-tags:

(error token is "package-tags")

akirak commented 4 years ago

This issue is about the former version, so I will close it.