-
Notifications
You must be signed in to change notification settings - Fork 19
Running tests yields "buttercup requires `lexical-binding' to be t" #74
Copy link
Copy link
Open
Description
I'm trying to run the tests with make test, and most of then run fine, but
there seems to be something wrong with these three files:
File failed to load correctly: ./tests/test-subed-mpv.el
Traceback (most recent call last):
load("./tests/test-subed-mpv.el" nil t nil nil)
load-with-code-conversion("/home/ich/.emacs.d/elpa/subed-1.2.11/tests/test...
internal-macroexpand-for-load((describe "Starting mpv" (it "passes argumen...
error("Eager macro-expansion failure: %S" (buttercup-dynamic-binding-error...
FAILED: Eager macro-expansion failure: (buttercup-dynamic-binding-error . "buttercup requires `lexical-binding' to be t")
========================================
File failed to load correctly: ./tests/test-subed-srt.el
Traceback (most recent call last):
load("./tests/test-subed-srt.el" nil t nil nil)
load-with-code-conversion("/home/ich/.emacs.d/elpa/subed-1.2.11/tests/test...
internal-macroexpand-for-load((describe "SRT" (describe "Getting" (describ...
error("Eager macro-expansion failure: %S" (buttercup-dynamic-binding-error...
FAILED: Eager macro-expansion failure: (buttercup-dynamic-binding-error . "buttercup requires `lexical-binding' to be t")
========================================
File failed to load correctly: ./tests/test-subed-tsv.el
Traceback (most recent call last):
load("./tests/test-subed-tsv.el" nil t nil nil)
load-with-code-conversion("/home/ich/.emacs.d/elpa/subed-1.2.11/tests/test...
internal-macroexpand-for-load((describe "TSV" (describe "Getting" (describ...
error("Eager macro-expansion failure: %S" (buttercup-dynamic-binding-error...
FAILED: Eager macro-expansion failure: (buttercup-dynamic-binding-error . "buttercup requires `lexical-binding' to be t")
Ran 481 specs, 3 failed, in 208.57ms.
The first line of these files contains the -*- lexical-binding: t; -*- like
all the other files that don't have this issue.
This happens with and without undercover and package-lint installed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels